Closed
Bug 1654180
Opened 5 years ago
Closed 2 years ago
Reuse CacheIRCompiler's ArrayPush code in Warp
Categories
(Core :: JavaScript Engine: JIT, task, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
DUPLICATE
of bug 1834038
People
(Reporter: jandem, Unassigned)
References
(Blocks 1 open bug)
Details
Ion's MArrayPush is a different implementation and this has resulted in some fuzz bugs like bug 1653972. We could avoid these issues by using the same masm code for CacheIR and Warp.
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•