https://codereview.chromium.org/23548007/diff/2001/src/platform/mutex.h
File src/platform/mutex.h (right):

https://codereview.chromium.org/23548007/diff/2001/src/platform/mutex.h#newcode44
src/platform/mutex.h:44: class ConditionVariable;
On 2013/09/02 19:12:43, Michael Starzinger wrote:
There should be no need to forward declare this if it is only used to
declare a
friend.

Done.

https://codereview.chromium.org/23548007/diff/2001/src/platform/mutex.h#newcode100
src/platform/mutex.h:100: V8_INLINE(void CheckHeldAndUnmark()) {
On 2013/09/02 19:12:43, Michael Starzinger wrote:
nit: s/Check/Assert/, we use "check" to describe predicates that are
also
validated in release builds, this will only be validated in debug
builds.

Done.

https://codereview.chromium.org/23548007/diff/2001/src/platform/mutex.h#newcode107
src/platform/mutex.h:107: V8_INLINE(void CheckUnheldAndMark()) {
On 2013/09/02 19:12:43, Michael Starzinger wrote:
Likewise.

Done.

https://codereview.chromium.org/23548007/diff/2001/src/x64/disasm-x64.cc
File src/x64/disasm-x64.cc (right):

https://codereview.chromium.org/23548007/diff/2001/src/x64/disasm-x64.cc#newcode336
src/x64/disasm-x64.cc:336: kWordSize = 1,
On 2013/09/02 19:12:43, Michael Starzinger wrote:
nit: This makes it look like these are constants that actually specify
the size
in bytes, which is not the case, as they are just enums. Can we
instead call
them OPERAND_BYTE_SIZE, OPERAND_WORD_SIZE and so on?

Done.

https://codereview.chromium.org/23548007/

--
--
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/groups/opt_out.

Reply via email to