v8/test
mikhail.naganov@gmail.com 9e8216ef22 Introduce first approximation of constructor heap profile for JS objects.
It is activated with '--log-gc' flag.

JS object size is calculated as its size + size of 'properties' and 'elements' arrays, if they are non-empty. This doesn't take maps, strings, heap numbers, and other shared objects into account.

As Soeren suggested, I've moved ZoneSplayTree from jsregexp to zone, and removed now empty jsregexp-inl header file.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2570 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-07-29 08:10:19 +00:00
..
cctest Introduce first approximation of constructor heap profile for JS objects. 2009-07-29 08:10:19 +00:00
message Change tests status for x64, make test runner pass --arch flag to Scons, add to x64 disassembler. Copied from http://codereview.chromium.org/155346 so it can be committed. 2009-07-14 11:39:45 +00:00
mjsunit * Mark debug-stepin-builtin test as failing on x64 2009-07-29 06:58:00 +00:00
mozilla Update test expectations because we've decided to allow RegExps 2009-07-14 06:40:40 +00:00