v8/test
mvstanton@chromium.org 529f801fde Adapt Danno's Track Allocation Info idea to fast literals. When allocating a literal array,
we store an AllocationSiteInfo object right after the JSArray, with a pointer to the
boilerplate object. Later, if the array transitions we check for the continued existence
of the temporary AllocationSiteInfo object (has no roots). If found, we'll use it to
transition the boilerplate array as well.

Danno's original changeset: https://codereview.chromium.org/10615002/

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13330 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-01-08 09:03:16 +00:00
..
benchmarks First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
cctest Use C++ style type casts. 2013-01-07 15:02:56 +00:00
es5conform First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
message Revert r13188, r13194, r13256 (Deferred formatting of error stack trace during GC). 2012-12-27 13:12:27 +00:00
mjsunit Adapt Danno's Track Allocation Info idea to fast literals. When allocating a literal array, 2013-01-08 09:03:16 +00:00
mozilla Fix mozilla test expectations. 2012-12-07 12:49:27 +00:00
preparser Adjust Android test expectations. 2012-10-19 09:28:23 +00:00
sputnik First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
test262 Fix test262 expectations for fast implementation of Math.exp() 2012-11-26 13:40:00 +00:00