313
edits
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
We have started work on the compiler. By the end of Feb, we are roughly shooting to have implemented common control flow ops, fast paths for the 20 most common ops, and stub calls for most other ops. | We have started work on the compiler. By the end of Feb, we are roughly shooting to have implemented common control flow ops, fast paths for the 20 most common ops, and stub calls for most other ops. | ||
= Developing JaegerMonkey = | = Developing JaegerMonkey = | ||
== Getting the Code == | == Getting the Code == | ||
The code is currently in a user repo: | The code is currently in a user repo: | ||
<pre>http://hg.mozilla.org/users/danderson_mozilla.com/jaegermonkey/ </pre> | |||
== Building == | |||
Currently we only support shell builds. To build with JM, pass this option to configure: | |||
Currently we only support shell builds. To build with JM, pass this option to configure: | |||
--enable-methodjit | --enable-methodjit | ||
== Running == | == Running == | ||
Use the -m option to run with the method jit turned on. | |||
= Design Discussion = | = Design Discussion = | ||
edits