Closed
Bug 695877
Opened 13 years ago
Closed 13 years ago
IM: Each MBasicBlock refers to a graph and its generating CompileInfo
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: cdleary, Assigned: cdleary)
Details
Attachments
(1 file)
19.17 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Decouples MBasicBlock from its MIRGenerator (which is really its IonBuilder). This way the IonBuilders can be deallocated for inline functions, with a single top-level IonBuilder. This further reduces the functionality of MIRGenerator.
Attachment #568221 -
Flags: review?(dvander)
Updated•13 years ago
|
Attachment #568221 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Whoops, never resolved this as fixed.
https://hg.mozilla.org/projects/ionmonkey/rev/d5403d9e1d8e
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
•