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

Issue 7139: * Start string search with simple algorithm, and fall trough to Boyer-Moore (Closed)

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

Description

Selecting between simple text search and Boyer-Moore now happens by trying the simple search and bailing out and continuing with Boyer-Moore if the simple version seems too expensive.

Patch Set 1 #

Patch Set 2 : StringSearch now defaults to simple search and falls through to Boyer-Moore if it seems better. #

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

Messages

Total messages: 1 (0 generated)
Lasse Reichstein
12 years, 2 months ago (2008-10-14 13:39:09 UTC) #1
Small code review

Powered by Google App Engine
This is Rietveld 408576698