Closed Bug 720559 Opened 12 years ago Closed 12 years ago

IonMonkey: Cannot compile functions with JSOP_THIS using OSR.

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: sstangl, Assigned: dvander)

Details

Attachments

(2 files)

Attached file Test case.
IonBuilder::jsop_this() fails compilation if thisParam is not of type Object, but in the case of OSR, the parameter is a Value-typed MPhi. This hurts us on several benchmarks, notably access-nbody.
Attached patch fixSplinter Review
The problem is that we don't type phis until type analysis - more evidence that, even when it's safe, we shouldn't rely on MIR types during building. This is a quick fix that I think is correct: just query the initial type from TI.

(This brings our kraken-ai-astar score from 14000ms to 263, close to crankshaft - more work needed to get to -m -n speed.)
Assignee: sstangl → dvander
Status: NEW → ASSIGNED
Attachment #592355 - Flags: review?(jdemooij)
Attachment #592355 - Flags: review?(jdemooij) → review+
http://hg.mozilla.org/projects/ionmonkey/rev/b61f059b9db3
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.