Closed
Bug 846737
Opened 12 years ago
Closed 12 years ago
BaselineCompiler: Use delete_ instead of free_ to destroy BaselineScript
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
(deleted),
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
BaselineScript holds an ICStubSpace which holds an LifoAlloc, so it's important we use delete_ so that stub memory is freed.
Attachment #719923 -
Flags: review?(bhackett1024)
Updated•12 years ago
|
Attachment #719923 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Comment 1•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
•