Closed
Bug 470139
Opened 17 years ago
Closed 14 years ago
TM: 'Infinity in []' is 20% slower
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: perf, testcase)
20% slower with -j:
a=[]; f=1/0; for(i=0;i<500000;++i) { f in a }
TRACEMONKEY=verbose: "abort: 7515: string or integer expected"
Comment 1•14 years ago
|
||
Current JS shell numbers:
Interp: 241.753 ms
-j: 252.968 ms
-m: 139.338 ms
-m -n: 133.987 ms
TM is still about 5% slower than interp, but JM+TI is about 2x faster.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•