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

Issue 1180943007: [strong] Make strong 'this' optional for experimentation (Closed)

Created:
5 years, 6 months ago by rossberg
Modified:
5 years, 6 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[strong] Make strong 'this' optional for experimentation R=arv@chromium.org, conradw@chromium.org BUG=v8:3956 LOG=N Committed: https://crrev.com/982b46aeb79e2fb8008040f98b6ae3437a1ef5ce Cr-Commit-Position: refs/heads/master@{#29026}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Comments #

Total comments: 1

Patch Set 3 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/parser.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/preparser.h View 1 chunk +1 line, -1 line 0 comments Download
M src/preparser.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
rossberg
5 years, 6 months ago (2015-06-12 14:44:39 UTC) #1
conradw
https://codereview.chromium.org/1180943007/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1180943007/diff/1/src/parser.cc#newcode2566 src/parser.cc:2566: if ((FLAG_strong_this || peek() != Token::THIS) && Could the ...
5 years, 6 months ago (2015-06-12 15:01:34 UTC) #2
conradw
https://codereview.chromium.org/1180943007/diff/1/src/preparser.cc File src/preparser.cc (right): https://codereview.chromium.org/1180943007/diff/1/src/preparser.cc#newcode603 src/preparser.cc:603: if ((FLAG_strong_this || peek() != Token::THIS) && Similar here ...
5 years, 6 months ago (2015-06-12 15:04:58 UTC) #3
rossberg
https://codereview.chromium.org/1180943007/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1180943007/diff/1/src/parser.cc#newcode2566 src/parser.cc:2566: if ((FLAG_strong_this || peek() != Token::THIS) && On 2015/06/12 ...
5 years, 6 months ago (2015-06-15 08:50:30 UTC) #4
conradw
LGTM (not that this does anything :P)
5 years, 6 months ago (2015-06-15 10:57:24 UTC) #5
Dmitry Lomov (no reviews)
lgtm https://codereview.chromium.org/1180943007/diff/20001/src/preparser.cc File src/preparser.cc (right): https://codereview.chromium.org/1180943007/diff/20001/src/preparser.cc#newcode602 src/preparser.cc:602: if (!FLAG_strong_this) break; Please add: // Fall through.
5 years, 6 months ago (2015-06-15 11:52:53 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1180943007/40001
5 years, 6 months ago (2015-06-15 11:58:10 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 6 months ago (2015-06-15 12:22:38 UTC) #11
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/982b46aeb79e2fb8008040f98b6ae3437a1ef5ce Cr-Commit-Position: refs/heads/master@{#29026}
5 years, 6 months ago (2015-06-15 12:22:56 UTC) #12
arv (Not doing code reviews)
5 years, 6 months ago (2015-06-16 17:20:12 UTC) #13
Message was sent while issue was closed.
No tests?

Powered by Google App Engine
This is Rietveld 408576698