2009/7/12 Tomek Grabiec <[email protected]>:
> The -Xtrace:bytecode option enables dump of disassembled bytecode
> along with the exception table. This dumps are especially usefull
> in debugging code which has been modified by inlining procedures.
>
> Signed-off-by: Tomek Grabiec <[email protected]>
[...]
> diff --git a/vm/jato.c b/vm/jato.c
> index 1cd81a5..5420dfc 100644
> --- a/vm/jato.c
> +++ b/vm/jato.c
> @@ -488,6 +494,7 @@ const struct option options[] = {
> DEFINE_OPTION("Xtrace:itable", handle_trace_itable),
> DEFINE_OPTION("Xtrace:jit", handle_trace_jit),
> DEFINE_OPTION("Xtrace:trampoline", handle_trace_trampoline),
> + DEFINE_OPTION("Xtrace:bytecode", handle_trace_bytecode),
> };
Microscopic nit: This should probably go a bit higher to keep the
table sorted in alphabetical order.
Apart from that, very nice series :-)
Vegard
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel