[Mono-bugs] [Bug 594286] IList<int> is very slow compare to .net

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 7 08:33:43 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=594286#c1


Rodrigo Kumpera <rkumpera at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rkumpera at novell.com

--- Comment #1 from Rodrigo Kumpera <rkumpera at novell.com> 2010-04-07 12:33:41 UTC ---
We have 2 problems here, both contributing to worse performance.

Due to how we implement interface dispatch, arrays have a very high collision
rate, resulting in IMT buckets with ~36 items instead of 4-5.

The other issue is that our JIT don't perform proper static analysis and
propagate type information. Had we done it, the code could be translated
straight to a array indexing primitive.

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