Open
Bug 1114777
Opened 9 years ago
Updated 1 year 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.
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•