Sorry for the late reply, I was travelling.
Using rolling hash would be desirable, but that can be a separate CL. I have
just one comment for this one.
https://codereview.chromium.org/745233002/diff/1/src/parser.cc
File src/parser.cc (right):
https://codereview.chromium.org/745233002/diff/1/src/parser.cc#newcode5339
src/parser.cc:5339: unibrow::Utf8Decoder<256> decoder(raw_chars.get(),
to_index);
Use cached decoder from isoalte()->unicode_cache()->utf8_decoder()
See:
https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/factory.cc&rcl=1416856956&l=240
https://codereview.chromium.org/745233002/
--
--
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.