Closed
Bug 773586
Opened 12 years ago
Closed 12 years ago
Initialize JM PICGenInfo::pc field
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
18.29 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
For bug 771130, I need JM PICs to have a valid pc. Turns out there's already a field, it just has to be initialized.
The patch also removes BaseIC::op and changes its users to call f.pc(). Any idea why this field was added?
Since CALLELEM no longer has to push |this|, the stack store for that is also removed.
Attachment #641804 -
Flags: review?(bhackett1024)
Updated•12 years ago
|
Attachment #641804 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Target Milestone: --- → mozilla16
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•