Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Issue 7300: * StringSearch now tests aginst non-ascii needle on an ascii string as the first thing. (Closed)

Created:
12 years, 2 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Test for non-ASCII character in a needle used on an ASCII string is now handled first instead of only in the unrelated table-construction of Boyer-Moore.

Patch Set 1 #

Patch Set 2 : Rebase to SVN version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -16 lines) Patch
M src/runtime.cc View 4 chunks +15 lines, -16 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Lasse Reichstein
12 years, 2 months ago (2008-10-14 14:09:41 UTC) #1
Small code-review.
Untangled a check that shouldn't be bound to Boyer-Moore.
Pretty much no influence on performance of benchmarks, as they are typically
either all-ASCII or all-non-ASCII.

Powered by Google App Engine
This is Rietveld 408576698