[Mono-bugs] [Bug 23394] Changed - The jit should honour initlocals
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
13 Apr 2002 11:20:44 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=23394
--- shadow/23394 Sat Apr 13 07:19:40 2002
+++ shadow/23394.tmp.1479 Sat Apr 13 07:20:44 2002
@@ -15,6 +15,11 @@
URL:
Cc:
Summary: The jit should honour initlocals
Currently, if the method header requires the local variables to be
zero-initialized, the JIT doen't do it.
+
+------- Additional Comments From lupus@ximian.com 2002-04-13 07:20 -------
+Created an attachment (id=1609)
+IL test case that uses .locals init.
+