classpool: add interface-table-ptr to method-table-ptr
authorBernhard Urban <lewurm@gmail.com>
Mon, 30 Apr 2012 22:37:13 +0000 (00:37 +0200)
committerBernhard Urban <lewurm@gmail.com>
Mon, 30 Apr 2012 22:37:13 +0000 (00:37 +0200)
at codegen it's very similiar to invokevirtual, but in the
classpool we have to build a quite big table for interface
methods offsets for each class.

misc notes:
- introduced a traptype lookup for trap.c
- interface-table-ptr is stored at offset 0 of the method-table


No differences found