Closed
Bug 1000360
Opened 11 years ago
Closed 4 years ago
Definite property analysis doesn't handle GameBoyCore object very well
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
INVALID
People
(Reporter: jandem, Unassigned)
References
(Blocks 1 open bug)
Details
Octane-Gameboy has a giant GameBoyCore object that's used to hold a few hundred (!) properties. We don't have good definite-property information though for two reasons:
(1) Bug 983698, script is too large.
(2) Without that limit, we only add the first 16 properties because the other ones don't fit in the fixed slots. It'd be great if we could use definite slots for dynamic properties too.
See also bug 1000344.
Comment 1•4 years ago
|
||
No longer valid, definite property analysis has been removed.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•