https://bugzilla.novell.com/show_bug.cgi?id=411962
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=411962#c1 Mark Probst <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Mark Probst <[EMAIL PROTECTED]> 2008-07-25 04:50:20 MDT --- The problem seems to be array enumerators, specifically the method GetGenericValueImpl called from InternalArray__get_Item in System.Array. That method is looked up through unmanaged code every time it is called, i.e. the call to it is not patched and it's not looked up via the MRGCTX, either. See the attached test case. Runtime without generic sharing is 0.5s on my system, with generic sharing over 8s. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
