LGTM (with one comment).

https://codereview.chromium.org/20241005/diff/13001/src/hydrogen-instructions.h
File src/hydrogen-instructions.h (right):

https://codereview.chromium.org/20241005/diff/13001/src/hydrogen-instructions.h#newcode427
src/hydrogen-instructions.h:427: switch (type_) {
On 2013/07/29 11:48:08, Sven Panne wrote:
The usual pattern within v8 is:

    switch (foo) {
      case BLAH:
      case BLOH:
        return 42;
      case FOO:
        return 271828;
    }
    UNREACHABLE();
    return 0;  // Make -Wall happy

I'll leave it up to you if you change it or not.

+1 on this comment.

https://codereview.chromium.org/20241005/

--
--
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