Reviewers: Mads Ager,

Description:
Add some interfaces to the GC that allow us to reserve space. This is needed for partial snapshots. After reserving space we can be sure that allocations
will happen linearly (no GCs and no free-list allocation).  This change also
contains the start of the partial snapshot support, which, however is not yet
completed or tested.

Please review this at http://codereview.chromium.org/545026

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/arm/fast-codegen-arm.cc
  M     src/frames.cc
  M     src/heap.h
  M     src/mark-compact.h
  M     src/serialize.h
  M     src/serialize.cc
  M     src/spaces.h
  M     src/spaces.cc
  M     test/cctest/test-serialize.cc


-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to