mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
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:
parent
dd01623b4e
commit
e0c1e58180
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user