FASTER icon indicating copy to clipboard operation
FASTER copied to clipboard

apply [SkipLocalsInit]

Open mgravell opened this issue 1 year ago • 0 comments

context: https://github.com/microsoft/FASTER/issues/904

it looks like the code doesn't actually use stackalloc etc (which is surprising), which makes this simpler; there are quite a few [FieldOffset], which can in theory leave uninitialized holes in types - but... I don't think the code does anything wrong there. Eyeballs encouraged!

mgravell avatar Mar 28 '24 19:03 mgravell