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

Issue 1630633002: [regexp] correctly advance zero length matches for global/unicode. (Closed)

Created:
4 years, 11 months ago by Yang
Modified:
4 years, 11 months ago
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@backrefbounds
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[regexp] correctly advance zero length matches for global/unicode. R=erik.corry@gmail.com BUG=v8:2952 LOG=N Committed: https://crrev.com/57d202d879dbf7589a7d2c1466b2698d3a2d9c21 Cr-Commit-Position: refs/heads/master@{#33550}

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comments #

Patch Set 3 : fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -16 lines) Patch
M src/regexp/arm/regexp-macro-assembler-arm.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/regexp/arm64/regexp-macro-assembler-arm64.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/regexp/ia32/regexp-macro-assembler-ia32.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/regexp/jsregexp.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M src/regexp/jsregexp.cc View 1 5 chunks +20 lines, -6 lines 0 comments Download
M src/regexp/jsregexp-inl.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/regexp/mips/regexp-macro-assembler-mips.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/regexp/mips64/regexp-macro-assembler-mips64.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/regexp/regexp-macro-assembler.h View 1 1 chunk +9 lines, -3 lines 0 comments Download
M src/regexp/x64/regexp-macro-assembler-x64.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/runtime/runtime-regexp.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/runtime/runtime-strings.cc View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/harmony/unicode-regexp-zero-length.js View 1 2 1 chunk +55 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
Yang
4 years, 11 months ago (2016-01-25 13:22:01 UTC) #1
Yang
This should fix the zero-length match issues introduced by the stepping-back patch.
4 years, 11 months ago (2016-01-27 10:20:46 UTC) #3
erikcorry
lgtm https://codereview.chromium.org/1630633002/diff/1/src/regexp/regexp-macro-assembler.h File src/regexp/regexp-macro-assembler.h (right): https://codereview.chromium.org/1630633002/diff/1/src/regexp/regexp-macro-assembler.h#newcode167 src/regexp/regexp-macro-assembler.h:167: GLOBAL_UNICODE You need a warning here that the ...
4 years, 11 months ago (2016-01-27 10:31:31 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1630633002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1630633002/20001
4 years, 11 months ago (2016-01-27 12:19:18 UTC) #8
Yang
https://codereview.chromium.org/1630633002/diff/1/src/regexp/regexp-macro-assembler.h File src/regexp/regexp-macro-assembler.h (right): https://codereview.chromium.org/1630633002/diff/1/src/regexp/regexp-macro-assembler.h#newcode167 src/regexp/regexp-macro-assembler.h:167: GLOBAL_UNICODE On 2016/01/27 10:31:31, erikcorry wrote: > You need ...
4 years, 11 months ago (2016-01-27 12:19:21 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_rel_ng/builds/1981) v8_win_rel_ng_triggered on tryserver.v8 (JOB_FAILED, ...
4 years, 11 months ago (2016-01-27 12:36:40 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1630633002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1630633002/40001
4 years, 11 months ago (2016-01-27 12:49:20 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-27 13:08:38 UTC) #15
commit-bot: I haz the power
4 years, 11 months ago (2016-01-27 13:09:10 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/57d202d879dbf7589a7d2c1466b2698d3a2d9c21
Cr-Commit-Position: refs/heads/master@{#33550}

Powered by Google App Engine
This is Rietveld 408576698