[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
Wed Jul 29 07:16:56 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#c7


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #7 from Zoltan Varga <vargaz at gmail.com>  2009-07-29 05:16:54 MDT ---
The testcase both reads and writes the tmp variable, so detecting that it is
actually not used is far from a "basic" optimization, it requires global
optimization which we dont do by default because it is expensive. 
WONTFIX.

-- 
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