[Mono-bugs] [Bug 512790] Very slow creating of objects which contain the static readonly fields (only under Mono >= 2.2)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jun 13 06:52:40 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=512790

User vargaz at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=512790#c1


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |vargaz at gmail.com
         Resolution|                            |FIXED




--- Comment #1 from Zoltan Varga <vargaz at gmail.com>  2009-06-13 04:52:33 MDT ---
Fixed in SVN. We might backport the fix to a 2.4 release if it turns out to be
stable. As a workaround, turn off inlining (-O=-inline), or make the
BitSet ctor 'more complex' to prevent it from being inlined, i.e. add:
            for (int i = 0; i < 10; ++i)
                ;

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list