Closed
Bug 803753
Opened 13 years ago
Closed 3 years ago
emscripten'd fannkuch gets 2x slower in IM (if we bump MAX_SCRIPT_SIZE)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: luke, Unassigned)
Details
Attachments
(2 files)
Currently, fannkuch (attached) doesn't run in IM because _main() hits the MAX_SCRIPT_SIZE limit. I bumped this to see what happened and we run 2x slower. Callgrind shows that all our time is under ion::SideCannon (not compiling) and 30% of this time is under js::AddValues.
![]() |
Reporter | |
Comment 1•13 years ago
|
||
There is another instance of the same problem in the 'skinning' benchmark, except this time only ~6%, according to callgrind.
That this shows up twice makes me think this is a general problem with Emscripten code and it could really help us to figure it out and fix it.
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Comment 2•3 years ago
|
||
asm.js issue, and this code has all changed. Also, emscripten-compiled wasm fannkuch is performant.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•