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

Issue 13045: * Changed search for single ASCII character to use memchr. (Closed)

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

Description

Optimization of single character indexOf. Gives small improvement on GCC4.2, but large improvement on GCC 4.3 (which was much worse on that particular code).

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
Small review, please.
12 years ago (2008-12-02 09:05:58 UTC) #1
Christian Plesner Hansen
12 years ago (2008-12-02 09:42:44 UTC) #2
Lgtm

Powered by Google App Engine
This is Rietveld 408576698