Confirmed users
156
edits
(Add more planned optimizations) |
mNo edit summary |
||
| Line 41: | Line 41: | ||
--enable-methodjit | --enable-methodjit | ||
For debug spew, you can add --enable-methodjit-spew. It is enabled by default if you also specified --enable-debug. | |||
For more information on building, see [https://developer.mozilla.org/En/SpiderMonkey/Build_Documentation#Building_SpiderMonkey_tip Building SpiderMonkey]. | |||
== Running == | == Running == | ||
Use the -m option to run with the method jit turned on. | Use the -m option to run with the method jit turned on. | ||
You can learn more about debug spew with: | |||
JMFLAGS=help /path/to/js | |||
= Design Discussion = | = Design Discussion = | ||