Closed Bug 462175 Opened 16 years ago Closed 14 years ago

TM: Trace Array() calls

Categories

(Core :: JavaScript Engine, enhancement)

x86
macOS
enhancement
Not set
normal

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. :(
Interesting... do we fall off "var bin = [];" ?
I'm told that we do not.
Severity: normal → enhancement
(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
Blocks: 467263
You need to log in before you can comment on or make changes to this bug.