LGTM with a tiny stylistic change

http://codereview.chromium.org/7465066/diff/5002/src/code-stubs.h
File src/code-stubs.h (right):

http://codereview.chromium.org/7465066/diff/5002/src/code-stubs.h#newcode938
src/code-stubs.h:938: static Types all_types() { return
Types(kAllTypes); }
Removing kAllTypes and directly using

 (1 << NUMBER_OF_TYPES) - 1

in all_types() looks a bit cleaner, I think.

http://codereview.chromium.org/7465066/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to