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

Issue 2468233004: [Turbofan] Reduce register allocation work when we can. (Closed)

Created:
4 years, 1 month ago by bbudge
Modified:
4 years, 1 month ago
Reviewers:
Mircea Trofin, Jarin
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Turbofan] Reduce register allocation work when we can. - Track representations of virtual registers in InstructionSequence. - Skip extra aliasing work when no floats or SIMD registers are used. LOG=N BUG=v8:4124 Committed: https://crrev.com/472cb045c5a809efa7572213362ef2c57b04946d Cr-Commit-Position: refs/heads/master@{#40870}

Patch Set 1 #

Patch Set 2 : Refine complex aliasing signalling. #

Patch Set 3 : Remove method on RegisterAllocationData, add ComplexAliasing predicate. #

Patch Set 4 : Clean up. #

Patch Set 5 : Separate float/simd128 bypass in LiveRangeBuilder, remove ComplexAliasing pred. #

Patch Set 6 : Fix formatting, rename complex_aliasing -> check_fp_aliasing. #

Total comments: 2

Patch Set 7 : Review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -33 lines) Patch
M src/compiler/instruction.h View 1 3 chunks +2 lines, -8 lines 0 comments Download
M src/compiler/instruction.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/compiler/register-allocator.h View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M src/compiler/register-allocator.cc View 1 2 3 4 5 12 chunks +46 lines, -24 lines 0 comments Download
M src/machine-type.h View 1 2 3 4 5 6 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 31 (22 generated)
bbudge
4 years, 1 month ago (2016-11-04 18:06:07 UTC) #12
Mircea Trofin
https://codereview.chromium.org/2468233004/diff/100001/src/compiler/instruction.cc File src/compiler/instruction.cc (right): https://codereview.chromium.org/2468233004/diff/100001/src/compiler/instruction.cc#newcode923 src/compiler/instruction.cc:923: } dcheck for rep's value? also, this would have ...
4 years, 1 month ago (2016-11-04 22:57:25 UTC) #13
bbudge
https://codereview.chromium.org/2468233004/diff/100001/src/compiler/instruction.cc File src/compiler/instruction.cc (right): https://codereview.chromium.org/2468233004/diff/100001/src/compiler/instruction.cc#newcode923 src/compiler/instruction.cc:923: } On 2016/11/04 22:57:25, Mircea Trofin wrote: > dcheck ...
4 years, 1 month ago (2016-11-04 23:30:33 UTC) #15
bbudge
friendly ping
4 years, 1 month ago (2016-11-08 19:05:35 UTC) #20
Jarin
lgtm
4 years, 1 month ago (2016-11-08 19:32:50 UTC) #21
Mircea Trofin
On 2016/11/08 19:32:50, Jarin wrote: > lgtm lgtm
4 years, 1 month ago (2016-11-09 16:54:52 UTC) #22
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/2468233004/140001
4 years, 1 month ago (2016-11-09 18:46:38 UTC) #28
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years, 1 month ago (2016-11-09 18:48:59 UTC) #29
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:28:01 UTC) #31
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/472cb045c5a809efa7572213362ef2c57b04946d
Cr-Commit-Position: refs/heads/master@{#40870}

Powered by Google App Engine
This is Rietveld 408576698