Thanks, incorporated changes.
https://codereview.chromium.org/1230753004/diff/120001/src/heap/heap.h
File src/heap/heap.h (right):
https://codereview.chromium.org/1230753004/diff/120001/src/heap/heap.h#newcode1684
src/heap/heap.h:1684: PretenureFlag pretenure = NOT_TENURED);
On 2015/07/16 10:29:44, rmcilroy wrote:
Since this should always be TENURED let's remove the PretenureFlag
from here too
and just always allocate in the OLD space in the implementation.
Done. Now allocated directly in the OLD_SPACE in heap.cc.
https://codereview.chromium.org/1230753004/diff/120001/src/interpreter/interpreter.cc
File src/interpreter/interpreter.cc (left):
https://codereview.chromium.org/1230753004/diff/120001/src/interpreter/interpreter.cc#oldcode47
src/interpreter/interpreter.cc:47: // argument.
On 2015/07/16 10:29:44, rmcilroy wrote:
Did you mean to drop this comment?
Nope. Fixed.
https://codereview.chromium.org/1230753004/diff/120001/src/objects.cc
File src/objects.cc (right):
https://codereview.chromium.org/1230753004/diff/120001/src/objects.cc#newcode11803
src/objects.cc:11803: << static_cast<interpreter::Bytecode>(bc) << "\n";
On 2015/07/16 10:29:44, rmcilroy wrote:
We will need to do something more complex than this (probably in
Bytecodes.cc)
to deal with bytecode arguments and such, but this is probably fine
for now.
Ack. Sync'ed with current Bytecode representation though haven't moved
code.
https://codereview.chromium.org/1230753004/
--
--
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.