comparison: js/src/jit-test/tests/jaeger/recompile/bug648843.js
js/src/jit-test/tests/jaeger/recompile/bug648843.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 |
|
2 function jit(on) |
|
3 { |
|
4 options().match |
|
5 } |
|
6 function options() { return "methodjit"; } |
|
7 gczeal(2); |
|
8 for (i = 0; i < 100 ; ++i) { jit(jit(42, [])); } |