New issue 1609 by vego...@chromium.org: NewGC: Code flushing is disabled by
MarkCompactCollector::Prepare
http://code.google.com/p/v8/issues/detail?id=1609
It's not entirely clear how to implement code flushing for the incremental
marker but at least we should reenable it for non-incremental collections.
Comment #2 on issue 1609 by veg...@chromium.org: NewGC: Code flushing is
disabled by MarkCompactCollector::Prepare
http://code.google.com/p/v8/issues/detail?id=1609
(No comment was entered for this change.)
I have partially re-enabled code flushing in r9484 (full collections will
try to age and flush code).
Work still has to be done on integration with incremental marker.