Bugzilla – Bug 315560
[PATCH] avoid spills on method calls
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by bmaurer@users.sf.net 2004-07-21 16:54:12 MST ---- The attached patch avoids spills when possible when making a method call. The patch helps out alot with jit time. With default opts, the compile time for mscorlib went from 1.05s to 1.00s. With -O=all, it went from 1.82s to 1.73s it also trimed a few % of code size. ---- Additional Comments From bmaurer@users.sf.net 2004-07-21 16:54:25 MST ---- Created an attachment (id=166513) mini-method-spill-reduce.patch ---- Additional Comments From bmaurer@users.sf.net 2004-12-19 17:01:31 MST ---- it is in... Imported an attachment (id=166513) Unknown operating system unknown. Setting to default OS "Other".