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)

x86_64
Linux
defect
Not set
normal

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.
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: general → nobody

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.

Attachment

General

Created:
Updated:
Size: