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

Note that we will still touch the pages (mono_emit_stack_alloc).
mono/mini/method-to-ir.c
mono/tests/Makefile.am
mono/tests/localloc-noinit.il [new file with mode: 0644]