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

Issue 2904603004: [Turbofan] Remove TODO to eliminate InstructionOperand::INVALID. (Closed)

Created:
3 years, 7 months ago by bbudge
Modified:
3 years, 6 months ago
Reviewers:
Mircea Trofin
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[Turbofan] Remove TODO to eliminate InstructionOperand::INVALID. - This won't save a bit, since the enum is not a flags enum and there is still room for another value. - While it may be possible to eliminate this value, the code to init and check for invalid becomes much more complex. Unallocated operands are currently created with invalid vreg code, so we also have to check the policy. BUG=v8:6325 Review-Url: https://codereview.chromium.org/2904603004 Cr-Commit-Position: refs/heads/master@{#45534} Committed: https://chromium.googlesource.com/v8/v8/+/d81be3b4ac42b85cb0d67543ef56ad3152979c2b

Patch Set 1 #

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

Messages

Total messages: 14 (8 generated)
bbudge
3 years, 7 months ago (2017-05-23 23:45:02 UTC) #3
Mircea Trofin
On 2017/05/23 23:45:02, bbudge wrote: LGTM. Invalid and unallocated are different concepts.
3 years, 6 months ago (2017-05-25 18:10:16 UTC) #5
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/2904603004/1
3 years, 6 months ago (2017-05-25 18:29:57 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_compile_dbg on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_compile_dbg/builds/38167)
3 years, 6 months ago (2017-05-25 18:34:27 UTC) #9
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/2904603004/1
3 years, 6 months ago (2017-05-25 18:41:17 UTC) #11
commit-bot: I haz the power
3 years, 6 months ago (2017-05-25 19:00:51 UTC) #14
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/v8/v8/+/d81be3b4ac42b85cb0d67543ef56ad31529...

Powered by Google App Engine
This is Rietveld 408576698