[Mono-bugs] [Bug 71577][Wis] Changed - The JIT shouldn't generate code for initlocals if not needed

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 21 Jan 2005 11:40:38 -0500 (EST)


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 vargaz@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71577

--- shadow/71577	2005-01-21 11:28:01.000000000 -0500
+++ shadow/71577.tmp.30791	2005-01-21 11:40:38.000000000 -0500
@@ -52,6 +52,10 @@
 the summer, but I always ended up making mcs bootstrap slower.
 
 FYI, the reason this slows things down seems not to be the stores
 themselves, but because it prevents enregistration. Every variable is
 alive from [BB0, LAST USE]. So, you can only get 3 variables into
 registers.
+
+------- Additional Comments From vargaz@gmail.com  2005-01-21 11:40 -------
+Actually, I'm talking about simply ignoring initlocals in some
+assemblies, which is a very simple change.