https://codereview.chromium.org/1180943007/diff/1/src/parser.cc
File src/parser.cc (right):

https://codereview.chromium.org/1180943007/diff/1/src/parser.cc#newcode2566
src/parser.cc:2566: if ((FLAG_strong_this || peek() != Token::THIS) &&
Could the peek() check be eliminated by shifting the flag check to if
(!FLAG_strong_this) { break; } in the THIS case with a fallthrough?

https://codereview.chromium.org/1180943007/

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

Reply via email to