Re: [PATCH] vm: part 1 of itables (interface method tables)

2009-07-03 Thread Vegard Nossum
2009/7/3 Pekka Enberg : > On Thu, 2009-07-02 at 21:43 +0200, Vegard Nossum wrote: >> This patch adds: >> >>  1. A space in the class struct where we can store the itable >>  2. Collecting the interface methods implemented by the class and its >>     superclasses >>  3. Tracing (debug output) of the

Re: [PATCH] vm: part 1 of itables (interface method tables)

2009-07-03 Thread Pekka Enberg
On Thu, 2009-07-02 at 21:43 +0200, Vegard Nossum wrote: > This patch adds: > > 1. A space in the class struct where we can store the itable > 2. Collecting the interface methods implemented by the class and its > superclasses > 3. Tracing (debug output) of the collected itable > > Signed-o

[PATCH] vm: part 1 of itables (interface method tables)

2009-07-02 Thread Vegard Nossum
This patch adds: 1. A space in the class struct where we can store the itable 2. Collecting the interface methods implemented by the class and its superclasses 3. Tracing (debug output) of the collected itable Signed-off-by: Vegard Nossum --- Makefile |1 + include/vm/c