Go to file
kmillikin@chromium.org 3c73ec8ac9 Change the scavenging collector so that promoted objects do not reside
in the old generation while its remembered set is being swept for
pointers into the young generation.  This is done by delaying the
copying of promoted objects from when they are first encountered and
promoted to only when their body is visited.

Review URL: http://codereview.chromium.org/115086

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1971 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-05-15 13:52:14 +00:00
benchmarks Add new Splay benchmark to the V8 benchmark suite and remove 2009-05-12 08:23:11 +00:00
include Make check in GetExternalString a runtime check instead of ASSERT. 2009-05-06 18:30:37 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Change the scavenging collector so that promoted objects do not reside 2009-05-15 13:52:14 +00:00
test Make the hash map test run faster by doing less work. 2009-05-15 13:49:00 +00:00
tools Reapply revision 1949. Stupid error. 2009-05-14 12:18:25 +00:00
AUTHORS Issue 63: Running tests fails of there is a dot in the checkout path 2009-02-25 10:09:42 +00:00
ChangeLog Prepare to push version 1.2.3 to trunk. 2009-05-11 18:45:49 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct - Fix build break on Mac OS X by using the proper formatting for pointers 2009-05-13 16:37:39 +00:00