Reviewers: Vyacheslav Egorov, Mads Ager, Message: Mads and Slava, Could you have a look.
Description: Flushing of code from functions that we expect not to use again. This adds an additional step to full gc, removing code from functions that are no longer in the compilation cache. The code is replaced with a lazy compile version enabling us to recompile the function in case we do actually need it again. Please review this at http://codereview.chromium.org/2632003/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/compilation-cache.h M src/compilation-cache.cc M src/compiler.cc M src/heap.h M src/heap.cc M src/objects-inl.h M src/objects.h -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
