Closed
Bug 936151
Opened 12 years ago
Closed 3 months ago
Elide post barriers in ion when possible
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: terrence, Unassigned)
References
(Blocks 1 open bug)
Details
When we switch to pre-tenuring a type, we may be able to elide the barrier in cases where we have the templateObj available.
Updated•3 years ago
|
Severity: normal → S3
Comment 1•3 months ago
|
||
Is this still relevant?
Comment 2•3 months ago
|
||
We already elide post barriers, but when we know something is not pretenured (all pointers are known to be in the nursery). I guess this is suggesting the opposite case, when we know everything is tenured. That comes up a lot less though and is harder to ascertain. This is not something we're planning to investigate.
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•