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

Issue 2231813003: Make Variable::is_this always return the correct value (Closed)

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

Description

Make Variable::is_this always return the correct value BUG= Committed: https://crrev.com/923c45198abf076630b395270cd1856949b7a5eb Cr-Commit-Position: refs/heads/master@{#38599}

Patch Set 1 #

Patch Set 2 : blah #

Patch Set 3 : remove patch #

Total comments: 6

Patch Set 4 : Addressed comments #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -55 lines) Patch
M src/ast/scopes.h View 1 2 3 4 2 chunks +4 lines, -2 lines 0 comments Download
M src/ast/scopes.cc View 1 2 3 4 4 chunks +16 lines, -13 lines 0 comments Download
M src/ast/variables.h View 1 2 3 4 1 chunk +0 lines, -16 lines 0 comments Download
M src/ast/variables.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 2 3 4 2 chunks +3 lines, -5 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/s390/full-codegen-s390.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 3 4 2 chunks +2 lines, -5 lines 0 comments Download
M test/cctest/asmjs/test-asm-typer.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 30 (14 generated)
Toon Verwaest
ptal. Whoever has great insight, please review in-depth... Seems like there were many hacks around ...
4 years, 4 months ago (2016-08-10 16:50:03 UTC) #2
adamk
Getting rid of Variable::HasThisName() is a noble pursuit, I just don't think we want to ...
4 years, 4 months ago (2016-08-10 17:57:40 UTC) #7
Michael Starzinger
Changes to the back-ends LGTM. I didn't look at the changes to the variable resolution ...
4 years, 4 months ago (2016-08-10 19:45:13 UTC) #8
rmcilroy
Overall looks good from my point of view. Thanks for getting rid of HasThisName!
4 years, 4 months ago (2016-08-10 20:25:42 UTC) #9
Toon Verwaest
Addressed comments https://codereview.chromium.org/2231813003/diff/40001/src/ast/ast.h File src/ast/ast.h (right): https://codereview.chromium.org/2231813003/diff/40001/src/ast/ast.h#newcode1636 src/ast/ast.h:1636: return is_this() ? Variable::THIS : Variable::NORMAL; On ...
4 years, 4 months ago (2016-08-11 08:46:25 UTC) #10
rmcilroy
LGTM
4 years, 4 months ago (2016-08-11 09:53:18 UTC) #11
adamk
lgtm
4 years, 4 months ago (2016-08-11 16:45:42 UTC) #12
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/2231813003/60001
4 years, 4 months ago (2016-08-11 17:10:23 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/21656)
4 years, 4 months ago (2016-08-11 17:13:53 UTC) #17
Toon Verwaest
@ahaas:ptal
4 years, 4 months ago (2016-08-11 17:23:09 UTC) #19
ahaas
On 2016/08/11 at 17:23:09, verwaest wrote: > @ahaas:ptal asmjs lgtm
4 years, 4 months ago (2016-08-11 17:48:23 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/2231813003/60001
4 years, 4 months ago (2016-08-11 17:48:40 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/21665)
4 years, 4 months ago (2016-08-11 17:51:11 UTC) #24
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/2231813003/80001
4 years, 4 months ago (2016-08-12 07:47:03 UTC) #27
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-12 08:15:28 UTC) #28
commit-bot: I haz the power
4 years, 4 months ago (2016-08-12 08:15:45 UTC) #30
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/923c45198abf076630b395270cd1856949b7a5eb
Cr-Commit-Position: refs/heads/master@{#38599}

Powered by Google App Engine
This is Rietveld 408576698