Closed Bug 605352 Opened 14 years ago Closed 14 years ago

JM: avoid double-pin in FrameState:syncFe

Categories

(Core :: JavaScript Engine, defect)

x86_64
All
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: luke, Assigned: luke)

References

Details

(Whiteboard: fixed-in-tracemonkey)

Attachments

(1 file)

Attached patch patch (deleted) — Splinter Review
The attached patch avoids calling pinReg on an already-pinned register (since this loses save_) and adds an assert that we are not doing so.
Attachment #484200 - Flags: review?(sstangl)
Comment on attachment 484200 [details] [diff] [review] patch Looks good. The assert in pin() can be changed to just: > JS_ASSERT(fe_); since assertConsistency() ensures that if (fe_), then (!save_).
Attachment #484200 - Flags: review?(sstangl) → review+
Whiteboard: fixed-in-tracemonkey
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: