This paper: http://portal.acm.org/citation.cfm?doid=1133651.1133655 describes MultiJava, which extends Java to support multi-methods and open classes. If I recall correctly, it contains a description of the different techniques they used and their performance characteristics. Might be useful for various OOType backends.... Niko
Here is a more accessible link: http://www.cs.ucla.edu/~todd/research/toplas06.html On Apr 17, 2009, at 12:18 PM, Niko Matsakis wrote:
This paper:
http://portal.acm.org/citation.cfm?doid=1133651.1133655
describes MultiJava, which extends Java to support multi-methods and open classes.
If I recall correctly, it contains a description of the different techniques they used and their performance characteristics. Might be useful for various OOType backends....
Niko _______________________________________________ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev
participants (1)
-
Niko Matsakis