[Mono-bugs] [Bug 60909][Wis] Changed - [PATCH] Recomputate liveness ranges on second scan

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Jul 2004 13:14:57 -0400 (EDT)


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 bmaurer@users.sf.net.

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

--- shadow/60909	2004-07-03 13:08:34.000000000 -0400
+++ shadow/60909.tmp.9034	2004-07-03 13:14:57.000000000 -0400
@@ -46,6 +46,25 @@
 patch to get stats about the % of variables we assign to regvars
 
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-07-03 13:08 -------
 I attached a little patch to give info about the effectiveness of this
 change.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-07-03 13:14 -------
+Stats from the above patch on --compile-all mscorlib.dll
+
+Before:
+     -O=deadce       68%
+     -O=deadce,loop  47%
+After
+     -O=deadce       72%
+     -O=deadce,loop  52%
+
+From --compile-all mcs.exe
+
+Before:
+     -O=deadce       72%
+     -O=deadce,loop  42%
+After
+     -O=deadce       78%
+     -O=deadce,loop  49%