[Webkit-unassigned] [Bug 19596] LEAK: Gmail leaks SegmentedVector<RegisterID>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 16 20:56:28 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19596





------- Comment #2 from cwzwarich at uwaterloo.ca  2008-06-16 20:56 PDT -------
Since SegmentedVector is only ever used as a member for CodeGenerator, and we
aren't leaking CodeGenerator instances (we also never could, because
CodeGenerator instances are only stack allocated in generateCode() methods),
this probably means there is a bug in the segment handling code in
SegmentedVector.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list