Open
Bug 1114777
Opened 10 years ago
Updated 2 years 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•8 years ago
|
Blocks: sm-js-perf
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•