Closed
Bug 462175
Opened 16 years ago
Closed 14 years ago
TM: Trace Array() calls
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Unassigned)
References
()
Details
On the URL in question, we fall of trace a lot on:
var bin = Array();
It would be nice if we could trace the constructor call.
Of course we also fall off trace for all sorts of other reasons here, but this would be a start.
Webkit trunk is about 3x faster than we are on this test. :(
Comment 1•16 years ago
|
||
Interesting... do we fall off "var bin = [];" ?
Reporter | ||
Comment 2•16 years ago
|
||
I'm told that we do not.
Updated•16 years ago
|
Severity: normal → enhancement
Comment 3•14 years ago
|
||
(In reply to comment #0)
> Webkit trunk is about 3x faster than we are on this test. :(
More than 2x faster than chrome/safari now.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•