Closed
Bug 371688
Opened 19 years ago
Closed 17 years ago
Performance : IE Array.concat() is 2x faster than Moz
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: BijuMailList, Unassigned)
Details
On IE Array.concat() is 2x faster than Moz
ie, appox
80 milliseconds on Fireox Trunk
40 milliseconds on IE6
See test case 3 on
* attachment 256376 [details]
* attachment 256423 [details]
* attachment 256424 [details] (all from bug 371636)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a3pre) Gecko/20070220
Minefield/3.0a3pre
Comment 1•17 years ago
|
||
Looks like we're much faster on this now.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Comment 2•17 years ago
|
||
79ms for me on the build Biju tested, 5ms today, no JIT.
even on
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.2pre)
Gecko/2008080105 GranParadiso/3.0.2pre
it is giving me at the order of 6ms...
Way ahead than IE6 now...
You need to log in
before you can comment on or make changes to this bug.
Description
•