Selecting between simple text search and Boyer-Moore now happens by trying
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 14 Oct 2008 14:02:48 +0000 (14:02 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 14 Oct 2008 14:02:48 +0000 (14:02 +0000)
commitc54b5e5d9be837d5a9bfc54964939cbf5a8c5c49
tree41275ae867f38605d106a658097d3d12f6695482
parent19fceabff0215e705b0177c069acb3081fa356e7
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.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@498 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/runtime.cc