comparison: js/src/jit-test/tests/jaeger/recompile/bug648843.js
js/src/jit-test/tests/jaeger/recompile/bug648843.js
- changeset 0
- 6474c204b198
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, [])); } |