https://codereview.chromium.org/1138643005/diff/1/src/heap/heap.cc
File src/heap/heap.cc (right):
https://codereview.chromium.org/1138643005/diff/1/src/heap/heap.cc#newcode2178
src/heap/heap.cc:2178: heap->old_space()->AllocateRaw(object_size,
kDoubleAligned);
same here?
https://codereview.chromium.org/1138643005/diff/1/src/heap/mark-compact.cc
File src/heap/mark-compact.cc (right):
https://codereview.chromium.org/1138643005/diff/1/src/heap/mark-compact.cc#newcode1955
src/heap/mark-compact.cc:1955: allocation = new_space->AllocateRaw(size,
kDoubleAligned);
why not the same logic as above?
https://codereview.chromium.org/1138643005/
--
--
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.