Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-High OS-All HW-All
New issue 1823 by [email protected]: Enabled flushing of the optimized
code
http://code.google.com/p/v8/issues/detail?id=1823
The lack of optimized code flushing might cause serious memory leakage
problems because optimize code can contain embedded pointers to the objects
from other contexts.
We should start flushing optimized code in the same way we flush
non-optimized code.
We can also detect cases when optimized code contains cross context
pointers (I would expect they are limited to ones embedded by @check-map,
@check-prototype-maps, @check-function) and flush such code more
aggressively.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev