Closed Bug 1523360 Opened 5 years ago Closed 5 years ago

Fix BigInt JIT compilation errors

Categories

(Core :: JavaScript Engine: JIT, defect, P5)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1507484

People

(Reporter: intermittent-bug-filer, Assigned: terpri)

References

Details

See attached try log; the following programs also cause Ion crashes in the JS shell when both BigInt and Ion are enabled:

for (var i = 0; i < 2000; i++) { console.log((function(){return 1n;})()); }
for (var i = 0; i < 2000; i++) { console.log((function(){return BigInt(1)?1:0;})()); }
Assignee: nobody → robin

These errors appear to be fixed by bug 1507484.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.