v8/test
mikhail.naganov@gmail.com 051f314a99 New heap profiler: include all heap objects and refs into snapshot.
Otherwise, retaned memory sizes are not precise. This increases size
of heap snapshot, I will deal with this later. Heap objects and
references previously missing in snapshot are now marked as 'hidden'.
That means, they not shown to user, but participate in sizes
calculation.

Other small changes:
 - added 'shortcut' graph edges: e.g. to pin global objects on top
   level;
 - meta-information in JSON snapshot is no more double encoded.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5849 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-11-18 10:38:25 +00:00
..
cctest New heap profiler: include all heap objects and refs into snapshot. 2010-11-18 10:38:25 +00:00
es5conform Refactor the tools/test.py script and related testcfg.py files. 2010-08-24 13:34:59 +00:00
message Refactor the tools/test.py script and related testcfg.py files. 2010-08-24 13:34:59 +00:00
mjsunit Change the order of evaluation of sub-expressions for keyed call 2010-11-17 13:59:07 +00:00
mozilla Fix mozilla and debug check failures. 2010-08-31 07:31:25 +00:00
sputnik Refactor the tools/test.py script and related testcfg.py files. 2010-08-24 13:34:59 +00:00