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

Issue 2293603003: X87: [Turbofan]: Use new MachineTypes in access-builder. (Closed)

Created:
4 years, 3 months ago by zhengxing.li
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

X87: [Turbofan]: Use new MachineTypes in access-builder. port 56429fc14671a10749190a4dfeacd38b7270f6f5 (r38978) original commit message: Introduced MachineType::TaggedSigned() and TaggedPointer(). The idea is to quit using the representational dimension of Type, and instead encode this information in the MachineRepresentation (itself lightly wrapped in MachineType, along with MachineSemantic). There are three parts to the whole change: 1) Places that set the machine representation - constant nodes, loads nad stores, global object and native context specialization. 2) Places that propagate type/representation - this is representation inference (aka simplified lowering). At the end of this process we expect to have a MachineRepresentation for every node. An interesting part of this is phi merging. 3) Places that examine representation - WriteBarrier elimination does this. Currently it's looking at the Type representation dimension, but as a part of this change (or in a soon-to-follow change) it can simply examine the MachineRepresentation. BUG= Committed: https://crrev.com/fdef413297c20467670c7289303a7a0c1d093d4c Cr-Commit-Position: refs/heads/master@{#38993}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/compiler/x87/instruction-selector-x87.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (3 generated)
zhengxing.li
PTAL, thanks!
4 years, 3 months ago (2016-08-30 03:43:39 UTC) #2
Weiliang
lgtm
4 years, 3 months ago (2016-08-30 06:07:55 UTC) #3
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/2293603003/1
4 years, 3 months ago (2016-08-30 06:17:31 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-08-30 06:39:08 UTC) #6
commit-bot: I haz the power
4 years, 3 months ago (2016-08-30 06:39:52 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/fdef413297c20467670c7289303a7a0c1d093d4c
Cr-Commit-Position: refs/heads/master@{#38993}

Powered by Google App Engine
This is Rietveld 408576698