http://codereview.chromium.org/3291021/diff/1/3 File src/string-search.h (right):
http://codereview.chromium.org/3291021/diff/1/3#newcode85 src/string-search.h:85: static int bad_char_occurrence[kBMAlphabetSize]; True. I was moving this code to a separate file in anticipation of further cleanup, but I'll move these two arrays immediately (and the start working on naming etc, suggestions are welcome). http://codereview.chromium.org/3291021/diff/1/3#newcode101 src/string-search.h:101: static void BoyerMoorePopulateBadCharTable(Vector<const pchar> pattern) { It has to be an a header file because it's a template function. http://codereview.chromium.org/3291021/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
