Introduce one way dependencies into object grouping.
authorantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 16 Mar 2011 12:02:28 +0000 (12:02 +0000)
committerantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 16 Mar 2011 12:02:28 +0000 (12:02 +0000)
commita7bb1d527898477118f228df212dd0c56e036cd2
treeea75aef601a68af4ae3ca2c46b516cf52f93c9a4
parente181bd2b6f3e2cd4c57d08ccf206ecb6493a524f
Introduce one way dependencies into object grouping.

Those are necessary to properly manage relationship between objects in cases
when they don't form proper tree structure.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7202 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/api.cc
src/global-handles.cc
src/global-handles.h
src/mark-compact.cc
src/mark-compact.h
test/cctest/test-api.cc
test/cctest/test-mark-compact.cc