Reviewers: Hannes Payer (slow OOO soon),

https://codereview.chromium.org/1322523004/diff/1/src/heap/spaces.cc
File src/heap/spaces.cc (left):

https://codereview.chromium.org/1322523004/diff/1/src/heap/spaces.cc#oldcode2222
src/heap/spaces.cc:2222: DCHECK_LE(FreeList::kSmallListMin,
size_in_bytes);
kSmallListMin is now private (as all other constants). There's an if at
the top of FreeList::Free that ensures size_in_bytes >
FreeList::kSmallListMin.

https://codereview.chromium.org/1322523004/diff/1/src/heap/spaces.h
File src/heap/spaces.h (left):

https://codereview.chromium.org/1322523004/diff/1/src/heap/spaces.h#oldcode1646
src/heap/spaces.h:1646: static const int kSmallListMax = 0xff *
kPointerSize;
Decl sorting.

Description:
[heap] Make compaction space accept external memory.

BUG=chromium:524425
LOG=N

Please review this at https://codereview.chromium.org/1322523004/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+106, -12 lines):
  M src/heap/spaces.h
  M src/heap/spaces.cc
  M src/heap/spaces-inl.h
  M test/cctest/test-spaces.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to