Open Bug 819723 Opened 12 years ago Updated 2 years ago

IonMonkey: Don't bailout on cross-compartment calls.

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect

Tracking

()

People

(Reporter: nbp, Unassigned)

References

(Depends on 1 open bug)

Details

With a patch for Bug 803710, I obtain the following error message

$ IONFLAGS=aborts ./_build/js-bug803710-dbg-x64-gcc45 --ion-crash-on-unexpected-disable --no-jm ./jit-test/tests/basic/testBug723445.js            
[Abort] eval frame
[Abort] Disabling Ion compilation of script ./jit-test/tests/basic/testBug723445.js:2
[Abort] Ion frequent bailout loop @ bytecode: call, MIR: call , LIR: callgeneric

which is caused by more than 20 consecutive and frequent bailout at the same location.
Assignee: general → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.