Closed Bug 606494 Opened 14 years ago Closed 13 years ago

Simple loops no longer trace with JIT profiling enabled

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: jandem, Unassigned)

References

()

Details

While closing bug 469351 I noticed that disabling JM or loop profiling makes the simple loop benchmark twice as fast. See URL for the tests. The loops look like this: for(var a=0;a<mult;a++) { for (var i=0; i<hColl.length; i++) { } }
If you add a single arithmetic op to the inner loop, does it still choose not to use the tjit?
WONTFIX now that profiling is dead.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.