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

Issue 1227893005: TypeofMode replaces TypeofState and ContextualMode. (Closed)

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

Description

TypeofMode replaces TypeofState and ContextualMode. NON_CONTEXTUAL ~> INSIDE_TYPEOF CONTEXTUAL ~> NOT_INSIDE_TYPEOF Committed: https://crrev.com/fec3c9cba647da29fb499242b7b2cf2fccf297b0 Cr-Commit-Position: refs/heads/master@{#29611}

Patch Set 1 #

Patch Set 2 : minor fix #

Total comments: 4

Patch Set 3 : Addressed comments #

Patch Set 4 : Rebasing #

Total comments: 4

Patch Set 5 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -344 lines) Patch
M src/arm/codegen-arm.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 13 chunks +16 lines, -19 lines 0 comments Download
M src/arm/lithium-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 3 13 chunks +16 lines, -19 lines 0 comments Download
M src/arm64/lithium-arm64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M src/code-factory.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M src/code-factory.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M src/codegen.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/compiler/ast-graph-builder.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 2 3 6 chunks +8 lines, -8 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 2 3 3 chunks +5 lines, -4 lines 0 comments Download
M src/compiler/js-operator.h View 1 2 3 8 chunks +11 lines, -17 lines 0 comments Download
M src/compiler/js-operator.cc View 1 2 3 9 chunks +13 lines, -16 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M src/disassembler.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/full-codegen.h View 1 2 3 2 chunks +7 lines, -9 lines 0 comments Download
M src/full-codegen.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 3 chunks +4 lines, -6 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 13 chunks +16 lines, -19 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ic/ic.h View 1 2 3 4 3 chunks +8 lines, -15 lines 0 comments Download
M src/ic/ic.cc View 1 2 3 4 4 chunks +12 lines, -19 lines 0 comments Download
M src/ic/ic-inl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ic-state.h View 2 chunks +8 lines, -10 lines 0 comments Download
M src/mips/codegen-mips.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 3 13 chunks +16 lines, -19 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M src/mips/lithium-mips.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips64/codegen-mips64.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 1 2 3 13 chunks +16 lines, -19 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M src/mips64/lithium-mips64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 2 3 1 chunk +1 line, -4 lines 0 comments Download
M src/ppc/codegen-ppc.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/ppc/full-codegen-ppc.cc View 1 2 3 13 chunks +15 lines, -17 lines 0 comments Download
M src/ppc/lithium-codegen-ppc.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M src/ppc/lithium-ppc.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 13 chunks +16 lines, -19 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M src/x64/lithium-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x87/full-codegen-x87.cc View 1 2 3 13 chunks +16 lines, -19 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M src/x87/lithium-x87.h View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-disasm-x87.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/compiler/js-typed-lowering-unittest.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (4 generated)
Igor Sheludko
PTAL
5 years, 5 months ago (2015-07-09 19:00:30 UTC) #3
Toon Verwaest
Very nice cleanup, I've wanted this for quite a while. Seems like there's still some ...
5 years, 5 months ago (2015-07-10 15:41:31 UTC) #4
Igor Sheludko
Now INSIDE_TYPEOF is used really from Typeof. https://codereview.chromium.org/1227893005/diff/40001/src/ic/ic.cc File src/ic/ic.cc (right): https://codereview.chromium.org/1227893005/diff/40001/src/ic/ic.cc#newcode738 src/ic/ic.cc:738: if (it.IsFound() ...
5 years, 5 months ago (2015-07-13 12:17:10 UTC) #5
Toon Verwaest
lgtm with 2 comments https://codereview.chromium.org/1227893005/diff/80001/src/ic/ic.cc File src/ic/ic.cc (right): https://codereview.chromium.org/1227893005/diff/80001/src/ic/ic.cc#newcode3024 src/ic/ic.cc:3024: return ThrowReferenceError(isolate, &it); Just inline ...
5 years, 5 months ago (2015-07-13 12:56:03 UTC) #6
Igor Sheludko
Thanks! Landing... https://codereview.chromium.org/1227893005/diff/80001/src/ic/ic.cc File src/ic/ic.cc (right): https://codereview.chromium.org/1227893005/diff/80001/src/ic/ic.cc#newcode3024 src/ic/ic.cc:3024: return ThrowReferenceError(isolate, &it); On 2015/07/13 12:56:03, Toon ...
5 years, 5 months ago (2015-07-13 13:08:02 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1227893005/100001
5 years, 5 months ago (2015-07-13 13:08:22 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:100001)
5 years, 5 months ago (2015-07-13 13:39:34 UTC) #11
commit-bot: I haz the power
5 years, 5 months ago (2015-07-13 13:39:54 UTC) #12
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/fec3c9cba647da29fb499242b7b2cf2fccf297b0
Cr-Commit-Position: refs/heads/master@{#29611}

Powered by Google App Engine
This is Rietveld 408576698