looking good.
https://codereview.chromium.org/1222093007/diff/40001/src/assembler.cc
File src/assembler.cc (right):
https://codereview.chromium.org/1222093007/diff/40001/src/assembler.cc#newcode737
src/assembler.cc:737: if (SetMode(rmode)) return
AdvanceReadDebugBreakSlotData();
Did you mean
if (SetMode(rmode)) return;
AdvanceReadDebugBreakSlotData()
here?
https://codereview.chromium.org/1222093007/diff/40001/src/debug.h
File src/debug.h (right):
https://codereview.chromium.org/1222093007/diff/40001/src/debug.h#newcode88
src/debug.h:88: inline int CallArgc() const {
Please use CallArgCount() or CallArgumentsCount()
https://codereview.chromium.org/1222093007/diff/40001/src/debug.h#newcode128
src/debug.h:128: static const int kNonCallArgc = -2;
Please use the same constants here and in assembler.h
https://codereview.chromium.org/1222093007/
--
--
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.