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

Issue 1635001: Make not sucking at regexp the default... (Closed)

Created:
10 years, 8 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make not sucking at regexp the default (remove V8_NATIVE_REGEXP flag, add V8_INTERPRETED_REGEXP flag). Committed: http://code.google.com/p/v8/source/detail?r=4443

Patch Set 1 #

Total comments: 9

Patch Set 2 : '' #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -87 lines) Patch
M SConstruct View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.h View 1 1 chunk +1 line, -1 line 1 comment Download
M src/assembler.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/heap.h View 1 1 chunk +1 line, -1 line 1 comment Download
M src/heap.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/jsregexp.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/jsregexp.cc View 1 9 chunks +16 lines, -16 lines 1 comment Download
M src/mips/simulator-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/regexp-macro-assembler.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/regexp-macro-assembler.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/regexp-macro-assembler-irregexp.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/regexp-macro-assembler-irregexp.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/regexp-macro-assembler-irregexp-inl.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/serialize.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 1 4 chunks +5 lines, -5 lines 1 comment Download
M src/x64/regexp-macro-assembler-x64.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-debug.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-regexp.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 chunks +0 lines, -3 lines 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 1 4 chunks +0 lines, -4 lines 0 comments Download
M tools/visual_studio/arm.vsprops View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/visual_studio/ia32.vsprops View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/visual_studio/x64.vsprops View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Erik Corry
10 years, 8 months ago (2010-04-08 08:48:24 UTC) #1
Mads Ager (chromium)
Please cleanup the #ifdef comments. Other than that LGTM. http://codereview.chromium.org/1635001/diff/1/13 File src/ia32/codegen-ia32.cc (right): http://codereview.chromium.org/1635001/diff/1/13#newcode10930 src/ia32/codegen-ia32.cc:10930: ...
10 years, 8 months ago (2010-04-08 09:06:19 UTC) #2
Erik Corry
http://codereview.chromium.org/1635001/diff/1/13 File src/ia32/codegen-ia32.cc (right): http://codereview.chromium.org/1635001/diff/1/13#newcode10930 src/ia32/codegen-ia32.cc:10930: #endif // ndef V8_INTERPRETED_REGEXP On 2010/04/08 09:06:19, Mads Ager ...
10 years, 8 months ago (2010-04-08 09:07:51 UTC) #3
Erik Corry
I tried to make the comments on endif and else more consistent removing the 'def' ...
10 years, 8 months ago (2010-04-19 19:25:08 UTC) #4
Søren Thygesen Gjesse
LGTM! http://codereview.chromium.org/1635001/diff/23001/6018 File src/assembler.h (right): http://codereview.chromium.org/1635001/diff/23001/6018#newcode459 src/assembler.h:459: #ifndef V8_INTERPRETED_REGEXP Missing comment on related #endif? http://codereview.chromium.org/1635001/diff/23001/6027 ...
10 years, 8 months ago (2010-04-19 19:59:12 UTC) #5
Erik Corry
10 years, 8 months ago (2010-04-20 00:16:12 UTC) #6
I'm afraid I already committed on the strength of Mads'  LGTM.  I'll fix these
things in a different change.

Powered by Google App Engine
This is Rietveld 408576698