Closed
Bug 557355
Opened 15 years ago
Closed 15 years ago
JM: Patch second guard in proto stubs for getprop
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: dmandelin, Unassigned)
References
Details
When we generate a stub to do a getprop from a proto (or higher up the chain), we generate 2 shape guards. When we generate another stub hanging off that one, both shape exits in the first stub should be repatched to go to the top of the new stub. Currently we only repatch the first. This isn't hurting us now in benchmarks but clearly needs fixing.
Reporter | ||
Comment 1•15 years ago
|
||
http://hg.mozilla.org/users/danderson_mozilla.com/jaegermonkey/rev/673eac107bda
This is important for v8-deltablue with callprop PICs.
Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•