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

Issue 1428203003: Use in-object fields instead of private symbols for regexp slots. (Closed)

Created:
5 years, 1 month ago by Yang
Modified:
5 years, 1 month ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Use in-object fields instead of private symbols for regexp slots. R=bmeurer@chromium.org Committed: https://crrev.com/5a1e42c039ac3379ebe1e7e34fb8163e1ec1493e Cr-Commit-Position: refs/heads/master@{#31791} Committed: https://crrev.com/bf5c9af92ac0a5b7f020ac968d3d42ed06aa6144 Cr-Commit-Position: refs/heads/master@{#31805} Committed: https://crrev.com/8f74173812423224113f8b722bbda9760492c860 Cr-Commit-Position: refs/heads/master@{#31838}

Patch Set 1 #

Patch Set 2 : using IS_REGEXP check #

Total comments: 2

Patch Set 3 : fix #

Patch Set 4 : also implement %_RegExpSource #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -58 lines) Patch
M src/bootstrapper.cc View 1 2 3 4 1 chunk +8 lines, -25 lines 0 comments Download
M src/crankshaft/hydrogen.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
M src/crankshaft/hydrogen-instructions.h View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M src/js/macros.py View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M src/js/regexp.js View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M src/js/string.js View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M src/objects.h View 1 2 3 4 3 chunks +7 lines, -5 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/runtime/runtime-regexp.cc View 1 2 chunks +22 lines, -19 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
Yang
5 years, 1 month ago (2015-11-04 13:52:17 UTC) #1
Yang
On 2015/11/04 13:52:17, Yang wrote: Changed to use IS_REGEXP as discussed offline.
5 years, 1 month ago (2015-11-04 14:01:00 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/1428203003/diff/20001/src/crankshaft/hydrogen-instructions.h File src/crankshaft/hydrogen-instructions.h (right): https://codereview.chromium.org/1428203003/diff/20001/src/crankshaft/hydrogen-instructions.h#newcode2886 src/crankshaft/hydrogen-instructions.h:2886: IS_JS_REGEXP, Undo these changes. https://codereview.chromium.org/1428203003/diff/20001/src/crankshaft/hydrogen.h File src/crankshaft/hydrogen.h (right): https://codereview.chromium.org/1428203003/diff/20001/src/crankshaft/hydrogen.h#newcode2238 ...
5 years, 1 month ago (2015-11-04 14:02:40 UTC) #3
Yang
On 2015/11/04 14:02:40, Benedikt Meurer wrote: > https://codereview.chromium.org/1428203003/diff/20001/src/crankshaft/hydrogen-instructions.h > File src/crankshaft/hydrogen-instructions.h (right): > > https://codereview.chromium.org/1428203003/diff/20001/src/crankshaft/hydrogen-instructions.h#newcode2886 ...
5 years, 1 month ago (2015-11-04 14:09:00 UTC) #4
Benedikt Meurer
Thanks. LGTM
5 years, 1 month ago (2015-11-04 14:18:15 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1428203003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1428203003/60001
5 years, 1 month ago (2015-11-04 14:24:38 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-04 14:45:21 UTC) #8
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/5a1e42c039ac3379ebe1e7e34fb8163e1ec1493e Cr-Commit-Position: refs/heads/master@{#31791}
5 years, 1 month ago (2015-11-04 14:45:46 UTC) #9
Michael Hablich
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/1421593009/ by hablich@chromium.org. ...
5 years, 1 month ago (2015-11-04 18:32:17 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1428203003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1428203003/60001
5 years, 1 month ago (2015-11-04 20:43:03 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-04 20:44:36 UTC) #14
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/bf5c9af92ac0a5b7f020ac968d3d42ed06aa6144 Cr-Commit-Position: refs/heads/master@{#31805}
5 years, 1 month ago (2015-11-04 20:45:02 UTC) #15
Yang
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/1432453005/ by yangguo@chromium.org. ...
5 years, 1 month ago (2015-11-05 09:07:12 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1428203003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1428203003/80001
5 years, 1 month ago (2015-11-05 18:51:05 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-05 19:10:11 UTC) #21
commit-bot: I haz the power
5 years, 1 month ago (2015-11-05 19:10:49 UTC) #22
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/8f74173812423224113f8b722bbda9760492c860
Cr-Commit-Position: refs/heads/master@{#31838}

Powered by Google App Engine
This is Rietveld 408576698