https://codereview.chromium.org/1324803003/diff/1/src/string-search.h
File src/string-search.h (right):

https://codereview.chromium.org/1324803003/diff/1/src/string-search.h#newcode214
src/string-search.h:214: Max(static_cast<uint8_t>(pattern_first_char &
0xFF),
Why this change? "... & 0xFF" gives the low byte regardless of
endian-ness, and always searching for the low byte should be fine.

https://codereview.chromium.org/1324803003/

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