v8/test
danno@chromium.org bdeaf7514a Enable preaging of code objects when --optimize-for-size.
This change means that code which is never executed is garbage collected immediately, and code which is only executed once is collected more quickly (limiting heap growth), however, code which is re-executed is  reset to the young age, thus being kept around for the same number of GC generations as currently.

BUG=280984
R=danno@chromium.org, hpayer@chromium.org

Review URL: https://codereview.chromium.org/23480031

Patch from Ross McIlroy <rmcilroy@chromium.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17343 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-10-23 13:48:04 +00:00
..
benchmarks Make it possible to run a test only in the standard variant. 2013-10-17 13:09:28 +00:00
cctest Enable preaging of code objects when --optimize-for-size. 2013-10-23 13:48:04 +00:00
intl Original review https://codereview.chromium.org/25855005. 2013-10-11 17:54:31 +00:00
message Crankshaft builtins. 2013-10-23 08:57:54 +00:00
mjsunit Add a soft-deopt in keyed element access when current IC is pre-monomorphic and no type feedback was collected. 2013-10-23 10:41:21 +00:00
mozilla Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
preparser Make it possible to run a test only in the standard variant. 2013-10-17 13:09:28 +00:00
test262 Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
webkit Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00