Extension methods

Rémi Forax forax at univ-mlv.fr
Fri Nov 20 15:30:47 PST 2009


There is a real problem of performance with extension methods
(at least with Hotspot).
Extension methods create megamorphic call sites
and Hotspot is not able to inline them.

Rémi



More information about the coin-dev mailing list