Open
Bug 643639
Opened 14 years ago
Updated 2 years ago
Analyze v8-richards performance
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: dmandelin, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
On 32-bit linux, v8/nocs is 1.25x faster than js -a -m.
Reporter | ||
Comment 1•14 years ago
|
||
The profile shows the time being mostly in method calls and equality comparisons, and maybe some property lookups. So I think the difference vs. v8/nocs is from the already known slowdowns in those operations.
Comment 2•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: dmandelin → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•