*Is stack allocated memory zero initiallized > #14972
|
NativeInterop.NativePtr.stackalloc |
Answered by
vzarytovskii
Mar 24, 2023
Replies: 1 comment 1 reply
|
It just emits
So, in other words it depends whether method has F# doesn't skip locals init by default iirc. |
1 reply
Answer selected by
Xyncgas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It just emits
locallocinstruction, and here's what spec says:So, in other words it depends whether method has
localsinit.F# doesn't skip locals init by default iirc.