Add multiple generations (5) to the script compilation cache
authorkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 15 May 2009 06:45:50 +0000 (06:45 +0000)
committerkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 15 May 2009 06:45:50 +0000 (06:45 +0000)
commit2d50e31438b44ffdd796a2de67e26dd48d8201e0
treebd3608faef751a64f5dd4c5d879752941b96cd0c
parent4a12504f89eb7ded69623c5aff04432bfc85d24c
Add multiple generations (5) to the script compilation cache
to allow scripts that are used alot to survive a number of GCs
in the compilation cache.
Review URL: http://codereview.chromium.org/113445

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1955 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compilation-cache.cc
src/compilation-cache.h
test/cctest/test-api.cc
test/cctest/test-debug.cc