Hi Vegard,
(I'm cc'ing Eduard on the args map question.)
On Sat, 2009-08-22 at 23:39 +0200, Vegard Nossum wrote:
> @@ -371,7 +371,56 @@ int vm_class_link(struct vm_class *vmc, const
> struct cafebabe_class *class)
> }
> }
>
> - vmc->methods = malloc(sizeof(*vmc->methods)
We use the term "miranda method" here as a method which is omitted by
the compiler (because the method is declared in an interface and the
implementing class is abstract), and which needs to be inserted by the
VM.
Reported-by: Tomek Grabiec
Signed-off-by: Vegard Nossum
---
include/vm/class.h |