Closed
Bug 1024079
Opened 11 years ago
Closed 1 year ago
Get JSOP_NAME in on the DOM game.
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: efaust, Unassigned)
References
(Blocks 1 open bug)
Details
We have a fastpath for accessess off the global on JSOP_GNAME, and bug 1022736 adds a patch to allow Ion ICs to do getter calls for props on the global found after walking the scope chain.
This would be improved further by having Ion fastpaths available for this case, so that we can avoid the ICs all together.
This comes in two stages. We need to ensure that BC can cache these getters, and then teach Ion that it should want to look for them. With any luck that will get us even faster in these cases.
Updated•9 years ago
|
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
Wontfix: Ion ICs have been replaced by CacheIR.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•