Open
Bug 1114777
Opened 8 years ago
Updated 1 month ago
Port the getprop innerization optimization to the set and elem ops
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Core
JavaScript Engine: JIT
Tracking
()
NEW
People
(Reporter: shu, Unassigned)
References
(Blocks 1 open bug)
Details
Shumway-like programs do stuff to the global via getelem/setelem (like binding JITed functions to some mangled name on the global). We should port the tryInnerize thing to those ops as well.
You need to log in
before you can comment on or make changes to this bug.
Description
•