Closed
Bug 737647
Opened 13 years ago
Closed 7 months ago
Compiled box2d benchmark hangs on IonMonkey
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: azakai, Unassigned)
References
Details
Attachments
(1 file)
39.38 KB,
application/javascript
|
Details |
Attached is an emscripten-compiled fasta benchmark. Results:
js -m -n 2100000 0.596 seconds
js 2100000 14.083 seconds
js --ion 2100000 Still running after 2 minutes
Comment 1•13 years ago
|
||
The fasta hang is fixed by bug 732120.
The box2d benchmark in bug 732120 still hangs though, so we can keep this bug open for the box2d hang.
(Note that --ion without -n is not supported, it's slow and has known bugs, although it doesn't matter for the fasta benchmark.)
Summary: Compiled fasta benchmark hangs on IonMonkey → Compiled box2d benchmark hangs on IonMonkey
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Updated•2 years ago
|
Severity: normal → S3
Updated•7 months ago
|
Status: NEW → RESOLVED
Closed: 7 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•