Thanks!

https://codereview.chromium.org/1230753004/diff/200001/src/heap/heap.h
File src/heap/heap.h (right):

https://codereview.chromium.org/1230753004/diff/200001/src/heap/heap.h#newcode1685
src/heap/heap.h:1685:
On 2015/07/20 11:39:46, rmcilroy wrote:
nit - drop extra newline

Done.

https://codereview.chromium.org/1230753004/diff/200001/src/objects-inl.h
File src/objects-inl.h (right):

https://codereview.chromium.org/1230753004/diff/200001/src/objects-inl.h#newcode3657
src/objects-inl.h:3657: return READ_INT_FIELD(this, kFrameSizeOffset);
On 2015/07/20 11:39:46, rmcilroy wrote:
These should be stored as SMI values. Could you just use the
SMI_ACCESSORS
macro?

Done.

https://codereview.chromium.org/1230753004/diff/200001/src/objects-printer.cc
File src/objects-printer.cc (right):

https://codereview.chromium.org/1230753004/diff/200001/src/objects-printer.cc#newcode206
src/objects-printer.cc:206: os << buf.start();
On 2015/07/20 11:39:46, rmcilroy wrote:
nit - do you need to change this function?

Done.

https://codereview.chromium.org/1230753004/diff/200001/src/objects-printer.cc#newcode214
src/objects-printer.cc:214: os << buf.start();
On 2015/07/20 11:39:46, rmcilroy wrote:
I don't think these lines is necessary - it should be clear from
Dissasemble
which prints the addresses of the bytecodes as it prints them.

Done.

https://codereview.chromium.org/1230753004/diff/200001/src/objects.cc
File src/objects.cc (right):

https://codereview.chromium.org/1230753004/diff/200001/src/objects.cc#newcode11801
src/objects.cc:11801: int bytecode_size = 0;
On 2015/07/20 11:39:46, rmcilroy wrote:
Could you print out frame size / locals count here too please. Also
start with
some header showing this is a Bytecode array being printed.

Done.

https://codereview.chromium.org/1230753004/diff/200001/src/objects.h
File src/objects.h (right):

https://codereview.chromium.org/1230753004/diff/200001/src/objects.h#newcode4277
src/objects.h:4277: // Accessors for frame size and offsets
On 2015/07/20 11:39:46, rmcilroy wrote:
/s/offsets/locals count./

Done.

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.

Reply via email to