Closed
Bug 1338917
Opened 8 years ago
Closed 8 years ago
Ion-compile JSOP_SPREADCALLARRAY
Categories
(Core :: JavaScript Engine: JIT, defect, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
DUPLICATE
of bug 1338920
People
(Reporter: evilpie, Unassigned)
References
(Blocks 1 open bug)
Details
This should probably be as simple as using the same code as for JSOP_NEWARRAY. The documentation Opcodes.h has some comment about avoid unboxed arrays, but I don't think that really needs any special attention. Arai points out it's probably used here: https://dxr.mozilla.org/mozilla-central/rev/0eef1d5a39366059677c6d7944cfe8a97265a011/js/src/vm/ObjectGroup.cpp#1517.
Unboxed-arrays are disabled by default.
Updated•8 years ago
|
Priority: -- → P1
Reporter | ||
Comment 1•8 years ago
|
||
This is a trivial part of bug 1338920.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•