Re: Starting work on an Interface Injection prototype

2009-01-26 Thread John Rose
Uh, that was the sort of thing that belongs on the wiki. I put it there: http://wikis.sun.com/display/mlvm/ InterfaceInjection#InterfaceInjection-Compiletimeoptimizations (Trying to shift my habits...) It's a wiki; go ahead and add to it! -- John _

Re: Starting work on an Interface Injection prototype

2009-01-26 Thread John Rose
On Jan 25, 2009, at 6:57 AM, Tobias Ivarsson wrote: > I liked the way you used arrays to represent each extension record, > it ties in more easily with existing systems, such as garbage > collection. I defined a C++ structure for the extension records, > but I'll change that since I think yo