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

Issue 113575: Fix for issue 349: Make initial boundary check for BM text search. (Closed)

Created:
11 years, 7 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fix for issue 349: Make initial boundary check for BM text search. There was a case where the BMH algorithm bailed out exactly at the end of the string, and the BM algorithm that takes over wasn't expecting this.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -2 lines) Patch
M src/runtime.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A test/mjsunit/regress/regress-349.js View 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
You bugged it, you review it.
11 years, 7 months ago (2009-05-19 08:57:38 UTC) #1
Erik Corry
11 years, 7 months ago (2009-05-19 08:59:05 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698