Closed Bug 941617 Opened 12 years ago Closed 12 years ago

Backtracking allocator: Fix an Osi point clobber in ComputeThis

Categories

(Core :: JavaScript Engine: JIT, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla28

People

(Reporter: sunfish, Assigned: sunfish)

References

Details

(Whiteboard: [qa-])

Attachments

(1 file)

I think I've found a better fix to bug 936891. LIRGenerator::visitComputeThis was using useBoxAtStart for its operand, but in the case where its operand is in the same register as the call return value, registers needed for the Osi point may be clobbered, assuming I understand what's going on there. Attached is a patch which changes it to useBox to avoid this problem. This also reverts some of the changes from bug 936891, which aren't needed anymore, and tightens up some of the shortcut conditions.
Attachment #8336048 - Flags: review?(bhackett1024)
Attachment #8336048 - Flags: review?(bhackett1024) → review+
Assignee: nobody → sunfish
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: