Closed
Bug 595074
Opened 14 years ago
Closed 14 years ago
Merge JSStackFrame::ncode with savedpc
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 587707
People
(Reporter: luke, Unassigned)
References
Details
Bug 469713 contains the logic to recompute the savedpc of a frame from its hardware return address. There is a small impedance mismatch due to the fact that savedpc holds the bytecode pc of the current frame and ncode holds the hw pc of the previous frame. To simplify matters a bit, I think we should make the two agree about which frame they are talking about.
![]() |
Reporter | |
Comment 1•14 years ago
|
||
Oops, I meant bug 587707.
![]() |
Reporter | |
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•