v8/include
mikhail.naganov@gmail.com d4bc8e1585 New Heap profiler: add dumping HeapNumbers and InternalFields to snapshot.
HeapNumbers do consume memory, so it's worth dumping them. However, we
don't dump their values, as they are not as self-descriptive as values
of strings, and they will increase snapshot size. Storing heap numbers
values can be added if we will feel a sufficient demand for that.

InternalFields are used, e.g. for storing references to DOM nodes
event handlers.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5635 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-10-18 09:15:38 +00:00
..
v8-debug.h Add Debug::CancelDebugBreak method to api 2010-09-27 15:09:55 +00:00
v8-profiler.h New Heap profiler: add dumping HeapNumbers and InternalFields to snapshot. 2010-10-18 09:15:38 +00:00
v8.h Fix typo in the spec reference. 2010-10-05 12:01:46 +00:00