Closed
Bug 720359
Opened 13 years ago
Closed 13 years ago
JM: JITScript leaks shimPool
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
Tracking | Status | |
---|---|---|
firefox11 | --- | unaffected |
firefox12 | - | --- |
People
(Reporter: bhackett1024, Unassigned)
References
Details
(Whiteboard: [MemShrink])
Attachments
(1 file)
553 bytes,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Regression from bug 706914. This adds a new assembler pool to JITScript (for calls made when switching from compiled code to not-yet-compiled code) but does not release it, so when JITScripts are destroyed on GC the pools will steadily leak. Spun off from bug 693016.
Attachment #590690 -
Flags: review?(dvander)
Reporter | ||
Updated•13 years ago
|
Group: core-security
Updated•13 years ago
|
status-firefox11:
--- → unaffected
status-firefox12:
--- → affected
tracking-firefox12:
--- → ?
Whiteboard: [MemShrink]
![]() |
||
Updated•13 years ago
|
Attachment #590690 -
Flags: review?(dvander) → review+
Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
Updated•13 years ago
|
status-firefox12:
affected → ---
Updated•13 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•