Closed
Bug 643639
Opened 14 years ago
Closed 1 year ago
Analyze v8-richards performance
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: dmandelin, Unassigned)
References
Details
Attachments
(1 file)
|
7.08 KB,
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•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•