https://codereview.chromium.org/13483017/diff/1/test/cctest/cctest.h
File test/cctest/cctest.h (right):
https://codereview.chromium.org/13483017/diff/1/test/cctest/cctest.h#newcode67
test/cctest/cctest.h:67: enum CcTestExtensionFlags {
Using EnumSet here would be simpler and actually more readable. This
avoids our common confusion between an element and a set of elements on
the type level. Using "CcExtensionFlag" is a more appropriate then, too.
https://codereview.chromium.org/13483017/diff/1/test/cctest/cctest.h#newcode94
test/cctest/cctest.h:94: static void InitializeVM(int extensions =
NO_EXTENSIONS);
Use EnumSet<CcTestExtensionFlag> (or perhaps a typedef of it) as a
parameter.
https://codereview.chromium.org/13483017/diff/1/test/cctest/test-assembler-mips.cc
File test/cctest/test-assembler-mips.cc (right):
https://codereview.chromium.org/13483017/diff/1/test/cctest/test-assembler-mips.cc#newcode47
test/cctest/test-assembler-mips.cc:47: #define __ assm.
If it is really OK to remove the FLAG_disable_native_files line here, we
should probably nuke this flag.
https://codereview.chromium.org/13483017/
--
--
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.