Closed
Bug 724146
Opened 13 years ago
Closed 13 years ago
IonMonkey: Fix invalidation crash on x64
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dvander, Assigned: dvander)
References
Details
Attachments
(1 file)
(deleted),
patch
|
cdleary
:
review+
|
Details | Diff | Splinter Review |
jit-test/tests/basic/testArrayDensityChange.js is failing because invalidation clobbers |rax| which holds the return value of an out-of-line GETPROP.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #594336 -
Flags: review?(christopher.leary)
Updated•13 years ago
|
Attachment #594336 -
Flags: review?(christopher.leary) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•