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

Issue 1718223002: [turbofan] don't take hints from deferred blocks (Closed)

Created:
4 years, 10 months ago by Mircea Trofin
Modified:
4 years, 10 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] don't take hints from deferred blocks We should prefer hints from operands in non-deferred blocks, else we risk sideways moves on the hot path, just to accommodate the register allocator's choice of register assignment in the deferred block. BUG=chromium:578983 LOG=N Committed: https://crrev.com/ac9f18274676baab2dc90c6f9431738c6e9c17d5 Cr-Commit-Position: refs/heads/master@{#34296}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -2 lines) Patch
M src/compiler/register-allocator.cc View 1 1 chunk +16 lines, -2 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
Mircea Trofin
4 years, 10 months ago (2016-02-24 18:16:19 UTC) #5
Mircea Trofin
+MUC folks
4 years, 10 months ago (2016-02-25 07:36:53 UTC) #7
Jarin
lgtm https://codereview.chromium.org/1718223002/diff/40001/src/compiler/register-allocator.cc File src/compiler/register-allocator.cc (right): https://codereview.chromium.org/1718223002/diff/40001/src/compiler/register-allocator.cc#newcode2200 src/compiler/register-allocator.cc:2200: const InstructionBlock::Predecessors& predecessors = block->predecessors(); Could you add ...
4 years, 10 months ago (2016-02-25 11:13:42 UTC) #8
titzer
lgtm
4 years, 10 months ago (2016-02-25 12:08:40 UTC) #9
titzer
https://codereview.chromium.org/1718223002/diff/40001/src/compiler/register-allocator.cc File src/compiler/register-allocator.cc (right): https://codereview.chromium.org/1718223002/diff/40001/src/compiler/register-allocator.cc#newcode2205 src/compiler/register-allocator.cc:2205: for (size_t i = 1; i < predecessors.size(); ++i) ...
4 years, 10 months ago (2016-02-25 12:14:42 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1718223002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1718223002/60001
4 years, 10 months ago (2016-02-25 15:22:48 UTC) #13
Mircea Trofin
https://codereview.chromium.org/1718223002/diff/40001/src/compiler/register-allocator.cc File src/compiler/register-allocator.cc (right): https://codereview.chromium.org/1718223002/diff/40001/src/compiler/register-allocator.cc#newcode2200 src/compiler/register-allocator.cc:2200: const InstructionBlock::Predecessors& predecessors = block->predecessors(); On 2016/02/25 11:13:42, Jarin ...
4 years, 10 months ago (2016-02-25 15:22:52 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:60001)
4 years, 10 months ago (2016-02-25 15:40:55 UTC) #16
commit-bot: I haz the power
4 years, 10 months ago (2016-02-25 15:41:27 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ac9f18274676baab2dc90c6f9431738c6e9c17d5
Cr-Commit-Position: refs/heads/master@{#34296}

Powered by Google App Engine
This is Rietveld 408576698