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

Issue 14457: * Removed rep cmpsb everywhere in irregexp-ia32 (Closed)

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

Description

Removed rep-cmps{w,b} from CheckCharacters to improve performance.

Patch Set 1 #

Patch Set 2 : Changes in back-reference handling #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -63 lines) Patch
M src/assembler-ia32.h View 1 1 chunk +4 lines, -0 lines 1 comment Download
M src/assembler-ia32.cc View 1 1 chunk +31 lines, -0 lines 0 comments Download
M src/regexp-macro-assembler-ia32.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/regexp-macro-assembler-ia32.cc View 1 3 chunks +62 lines, -59 lines 0 comments Download
M test/cctest/test-regexp.cc View 2 chunks +52 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
Small review, please.
12 years ago (2008-12-16 10:26:43 UTC) #1
Erik Corry
12 years ago (2008-12-16 13:11:12 UTC) #2
LGTM

Does it lint?

Does it run the Mozilla tests?

http://codereview.chromium.org/14457/diff/205/8
File src/assembler-ia32.h (right):

http://codereview.chromium.org/14457/diff/205/8#newcode515
Line 515: void cmpsb();
We don't use these any more and we don't think they are a good idea, so I think
they should just go away.

Powered by Google App Engine
This is Rietveld 408576698