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

Issue 2337923002: [regexp] Merge exec implementations (Closed)

Created:
4 years, 3 months ago by jgruber
Modified:
4 years, 3 months ago
Reviewers:
Dan Ehrenberg
CC:
v8-reviews_googlegroups.com, Yang
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[regexp] Merge exec implementations RegExpSubclassExecJS and RegExpExecJS only differed in the additional TO_BOOLEAN on global and sticky flags and the useless (i < 0) check. R=littledan@chromium.org BUG=v8:5339 Committed: https://crrev.com/ee50e89b406cf5a247afccaf4d4c548f4b8f0523 Cr-Commit-Position: refs/heads/master@{#39417}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rename RegExpSubclassExecJS->RegExpExecJS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -45 lines) Patch
M src/js/regexp.js View 1 5 chunks +5 lines, -45 lines 0 comments Download

Messages

Total messages: 27 (17 generated)
jgruber
4 years, 3 months ago (2016-09-13 11:48:59 UTC) #5
jgruber
4 years, 3 months ago (2016-09-13 13:17:51 UTC) #10
Dan Ehrenberg
Does this patch change the performance of RegExps? https://codereview.chromium.org/2337923002/diff/1/src/js/regexp.js File src/js/regexp.js (right): https://codereview.chromium.org/2337923002/diff/1/src/js/regexp.js#newcode168 src/js/regexp.js:168: function ...
4 years, 3 months ago (2016-09-13 17:12:44 UTC) #11
Dan Ehrenberg
lgtm
4 years, 3 months ago (2016-09-13 17:27:36 UTC) #12
commit-bot: I haz the power
This CL has an open dependency (Issue 2337763003 Patch 1). Please resolve the dependency and ...
4 years, 3 months ago (2016-09-14 07:50:30 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2337923002/1
4 years, 3 months ago (2016-09-14 08:09:15 UTC) #18
jgruber
https://codereview.chromium.org/2337923002/diff/1/src/js/regexp.js File src/js/regexp.js (right): https://codereview.chromium.org/2337923002/diff/1/src/js/regexp.js#newcode168 src/js/regexp.js:168: function RegExpSubclassExecJS(string) { On 2016/09/13 17:12:43, Dan Ehrenberg wrote: ...
4 years, 3 months ago (2016-09-14 11:27:29 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2337923002/20001
4 years, 3 months ago (2016-09-14 11:28:08 UTC) #23
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-14 12:10:06 UTC) #25
commit-bot: I haz the power
4 years, 3 months ago (2016-09-14 12:10:52 UTC) #27
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ee50e89b406cf5a247afccaf4d4c548f4b8f0523
Cr-Commit-Position: refs/heads/master@{#39417}

Powered by Google App Engine
This is Rietveld 408576698