Reviewers: Erik Corry,
Description:
Provide baseline for experimental GC implementation.
(Third attempt).
- Remove anything related to mark-compact collection;
- Guard current write-barrier implementation with
ENABLE_CARDMARKING_WRITE_BARRIER on all platforms to disable. Conditional
compilation was used instead of flag to detect all places where we emit
write-barrier. Some of them depend on actuall instructions sequence used
inside
write-barrier.
Please review this at http://codereview.chromium.org/5736008/
SVN Base: https://v8.googlecode.com/svn/branches/experimental/gc
Affected files:
M src/arm/code-stubs-arm.cc
M src/arm/codegen-arm.h
M src/arm/codegen-arm.cc
M src/arm/full-codegen-arm.cc
M src/arm/ic-arm.cc
M src/arm/macro-assembler-arm.h
M src/arm/macro-assembler-arm.cc
M src/arm/stub-cache-arm.cc
M src/flag-definitions.h
M src/globals.h
M src/heap-inl.h
M src/heap.h
M src/heap.cc
M src/ia32/code-stubs-ia32.cc
M src/ia32/codegen-ia32.cc
M src/ia32/full-codegen-ia32.cc
M src/ia32/ic-ia32.cc
M src/ia32/lithium-codegen-ia32.cc
M src/ia32/macro-assembler-ia32.h
M src/ia32/macro-assembler-ia32.cc
M src/ia32/stub-cache-ia32.cc
M src/mark-compact.h
M src/mark-compact.cc
M src/objects-inl.h
M src/objects.h
M src/spaces-inl.h
M src/spaces.h
M src/spaces.cc
M src/x64/code-stubs-x64.cc
M src/x64/codegen-x64.cc
M src/x64/full-codegen-x64.cc
M src/x64/ic-x64.cc
M src/x64/macro-assembler-x64.h
M src/x64/macro-assembler-x64.cc
M src/x64/stub-cache-x64.cc
M test/cctest/test-mark-compact.cc
M test/cctest/test-spaces.cc
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev