Do not zero localalloc if not asked. (mono/mono#16881)
authorJay Krell <jaykrell@microsoft.com>
Mon, 7 Oct 2019 14:42:13 +0000 (07:42 -0700)
committerLarry Ewing <lewing@microsoft.com>
Mon, 7 Oct 2019 14:42:13 +0000 (09:42 -0500)
commite860f5badb7732bdcf81121829960f9d594d631e
tree44c363c36528a905b37f7ff427082c720d46dbc2
parent46a938612b8a0269ac68b9500b7933dd12a50d32
Do not zero localalloc if not asked. (mono/mono#16881)

Note that we will still touch the pages (mono_emit_stack_alloc).

Commit migrated from https://github.com/mono/mono/commit/f0ff9f3860b50f3ed857b9b820d5adce5cbd7f10
src/mono/mono/mini/method-to-ir.c
src/mono/mono/tests/Makefile.am
src/mono/mono/tests/localloc-noinit.il [new file with mode: 0644]