Bug 512181 - nanojit: rework TMFLAGS=assembly,regalloc,activation (the TM-specific part only, which is independent of the NJ-specific part). r=graydon.

This commit is contained in:
Nicholas Nethercote 2009-11-24 22:42:16 -08:00
parent dd01623b4e
commit e0c1e58180

View File

@ -391,13 +391,13 @@ InitJITLogController()
" treevis spew that tracevis/tree.py can parse\n"
" ------ options for Nanojit ------\n"
" fragprofile count entries and exits for each fragment\n"
" activation show activation info\n"
" liveness show LIR liveness at start of rdr pipeline\n"
" readlir show LIR as it enters the reader pipeline\n"
" aftersf show LIR after StackFilter\n"
" regalloc show regalloc details\n"
" assembly show final aggregated assembly code\n"
" nocodeaddrs don't show code addresses in assembly listings\n"
" regalloc show regalloc state in 'assembly' output\n"
" activation show activation state in 'assembly' output\n"
" nocodeaddrs omit code addresses in 'assembly' output\n"
"\n"
);
exit(0);