On Tue, 2009-06-30 at 23:24 +0200, Vegard Nossum wrote:
> +     if (opt_trace_invoke) {
> +             emit_trace_invoke(cu->objcode, cu->method->class->name,
> +                     cu->method->name, cu->method->type);
> +     }

Please implement a jit_trace_function(struct compilation_unit *cu) and
call that from the generated code instead. No need to expand cu
arguments like this in C.


------------------------------------------------------------------------------
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to