Closed
Bug 1176289
Opened 10 years ago
Closed 10 years ago
IonBuilder: Record failure of getPropTryConstant due to non-singleton value, as "NotSingleton" in OptimizationTracking
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: djvj, Assigned: djvj)
References
Details
Attachments
(1 file)
|
882 bytes,
patch
|
shu
:
review+
|
Details | Diff | Splinter Review |
If the IonBuilder::getPropTryConstant optimization attempt fails because the value being retrieved doesn't have a typeset with exactly one singleton type in it, we don't record the failure as "NotSingleton" in our optimization tracking infrastructure.
Updated•10 years ago
|
Attachment #8624793 -
Flags: review?(shu) → review+
Assignee: nobody → kvijayan
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•