ILAssembler icon indicating copy to clipboard operation
ILAssembler copied to clipboard

Remove pointless unsafe block in CilAssembler.cs

Open SeeminglyScience opened this issue 4 years ago • 0 comments

https://github.com/SeeminglyScience/ILAssembler/blob/ccdac27792cbd89d800ace04fe5c896f58b8b210/src/ILAssembler/CilAssembler.cs#L244-L254

Saves one minor heap allocation every assemble, but not really worth the readability loss and the stackalloc doesn't guard against stack overflow.

SeeminglyScience avatar Jan 06 '21 17:01 SeeminglyScience