[Mono-bugs] [Bug 524595] JIT produces very slow code if you use a temporary variable outside a try/catch block
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jul 23 10:03:58 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=524595
User vargaz at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=524595#c2
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #2 from Zoltan Varga <vargaz at gmail.com> 2009-07-23 08:03:57 MDT ---
x86 doesn't have too many registers, so adding a new temporary probably forces
one of them onto the stack, slowing the code down.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list