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

Issue 904863002: [turbofan] Separate representation type operations from the semantic types. (Closed)

Created:
5 years, 10 months ago by Jarin
Modified:
5 years, 10 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

[turbofan] Make the representation type component independent of the semantic component. R=rossberg@chromium.org BUG= Committed: https://crrev.com/8bd0bd522ed730fd9aa64fae2e08e79a53d42797 Cr-Commit-Position: refs/heads/master@{#26621}

Patch Set 1 #

Patch Set 2 : Tweaks #

Total comments: 2

Patch Set 3 : Fix intersection to be pointwise #

Total comments: 23

Patch Set 4 : Tweaks. #

Patch Set 5 : Expose semantic and representation components #

Patch Set 6 : More precise tests #

Patch Set 7 : Test the constant typing regression #

Patch Set 8 : Comment tweak #

Patch Set 9 : Regression unit test #

Total comments: 2

Patch Set 10 : Fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+419 lines, -641 lines) Patch
M src/compiler/typer.cc View 2 chunks +18 lines, -17 lines 0 comments Download
M src/hydrogen-types.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/types.h View 1 2 3 4 6 chunks +18 lines, -17 lines 0 comments Download
M src/types.cc View 1 2 3 4 33 chunks +159 lines, -86 lines 0 comments Download
M test/cctest/cctest.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/compiler/test-typer.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -377 lines 0 comments Download
M test/cctest/test-types.cc View 1 2 3 4 5 6 7 8 8 chunks +95 lines, -18 lines 0 comments Download
M test/cctest/types-fuzz.h View 1 2 3 4 5 6 7 8 4 chunks +16 lines, -2 lines 0 comments Download
A + test/unittests/compiler/typer-unittest.cc View 1 2 3 4 5 6 7 8 9 11 chunks +111 lines, -122 lines 0 comments Download
M test/unittests/unittests.gyp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
Jarin
Could you take a look, please?
5 years, 10 months ago (2015-02-06 12:33:49 UTC) #1
rossberg
Cool, mostly nits. https://codereview.chromium.org/904863002/diff/20001/src/types.cc File src/types.cc (right): https://codereview.chromium.org/904863002/diff/20001/src/types.cc#newcode97 src/types.cc:97: DCHECK(this->SemanticIs(Number())); Why this? https://codereview.chromium.org/904863002/diff/40001/src/types.cc File src/types.cc ...
5 years, 10 months ago (2015-02-11 12:34:11 UTC) #3
Jarin
https://codereview.chromium.org/904863002/diff/20001/src/types.cc File src/types.cc (right): https://codereview.chromium.org/904863002/diff/20001/src/types.cc#newcode97 src/types.cc:97: DCHECK(this->SemanticIs(Number())); On 2015/02/11 12:34:10, rossberg wrote: > Why this? ...
5 years, 10 months ago (2015-02-11 16:10:50 UTC) #4
Jarin
Benedikt, could you take a look at the unit test stuff?
5 years, 10 months ago (2015-02-12 10:07:36 UTC) #6
Benedikt Meurer
https://codereview.chromium.org/904863002/diff/160001/test/unittests/compiler/typer-unittest.cc File test/unittests/compiler/typer-unittest.cc (right): https://codereview.chromium.org/904863002/diff/160001/test/unittests/compiler/typer-unittest.cc#newcode216 test/unittests/compiler/typer-unittest.cc:216: } Nit: } // namespace
5 years, 10 months ago (2015-02-12 10:12:04 UTC) #7
Jarin
Thanks. https://codereview.chromium.org/904863002/diff/160001/test/unittests/compiler/typer-unittest.cc File test/unittests/compiler/typer-unittest.cc (right): https://codereview.chromium.org/904863002/diff/160001/test/unittests/compiler/typer-unittest.cc#newcode216 test/unittests/compiler/typer-unittest.cc:216: } On 2015/02/12 10:12:04, Benedikt Meurer wrote: > ...
5 years, 10 months ago (2015-02-12 10:27:25 UTC) #8
rossberg
lgtm https://codereview.chromium.org/904863002/diff/40001/src/types.cc File src/types.cc (right): https://codereview.chromium.org/904863002/diff/40001/src/types.cc#newcode519 src/types.cc:519: return BitsetType::Is(SEMANTIC(this->BitsetLub()), that->AsBitset()); On 2015/02/11 16:10:47, jarin wrote: ...
5 years, 10 months ago (2015-02-12 14:39:15 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/904863002/180001
5 years, 10 months ago (2015-02-12 15:19:50 UTC) #11
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 10 months ago (2015-02-12 15:21:22 UTC) #12
commit-bot: I haz the power
5 years, 10 months ago (2015-02-12 15:21:45 UTC) #13
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/8bd0bd522ed730fd9aa64fae2e08e79a53d42797
Cr-Commit-Position: refs/heads/master@{#26621}

Powered by Google App Engine
This is Rietveld 408576698