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

Issue 2691103008: [gcmole] Fixes for unreachable code (Closed)

Created:
3 years, 10 months ago by Clemens Hammacher
Modified:
3 years, 10 months ago
CC:
Michael Achenbach, Michael Starzinger, v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[gcmole] Fixes for unreachable code Enforce the invariant that unreachable implicates an empty live set and fix the implementation of |= and &= operator. This is a fix-up for http://crrev.com/2694103005. R=vegorov@chromium.org CC=mstarzinger@chromium.org, machenbach@chromium.org BUG=v8:5970 Review-Url: https://codereview.chromium.org/2691103008 Cr-Commit-Position: refs/heads/master@{#43251} Committed: https://chromium.googlesource.com/v8/v8/+/4b0edcf7e06169b6daf0c18c14c42265a3024006

Patch Set 1 #

Total comments: 5

Patch Set 2 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -9 lines) Patch
M tools/gcmole/gcmole.cc View 1 4 chunks +20 lines, -9 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 27 (16 generated)
Clemens Hammacher
3 years, 10 months ago (2017-02-16 11:22:30 UTC) #1
Vyacheslav Egorov (Google)
LGTM if the conjunction code is fixed. https://codereview.chromium.org/2691103008/diff/1/tools/gcmole/gcmole.cc File tools/gcmole/gcmole.cc (right): https://codereview.chromium.org/2691103008/diff/1/tools/gcmole/gcmole.cc#newcode433 tools/gcmole/gcmole.cc:433: size_t size ...
3 years, 10 months ago (2017-02-16 11:53:01 UTC) #7
Clemens Hammacher
https://codereview.chromium.org/2691103008/diff/1/tools/gcmole/gcmole.cc File tools/gcmole/gcmole.cc (right): https://codereview.chromium.org/2691103008/diff/1/tools/gcmole/gcmole.cc#newcode433 tools/gcmole/gcmole.cc:433: size_t size = std::max(live_.size(), o.live_.size()); On 2017/02/16 at 11:53:00, ...
3 years, 10 months ago (2017-02-16 12:02:26 UTC) #8
Vyacheslav Egorov (Google)
https://codereview.chromium.org/2691103008/diff/1/tools/gcmole/gcmole.cc File tools/gcmole/gcmole.cc (right): https://codereview.chromium.org/2691103008/diff/1/tools/gcmole/gcmole.cc#newcode433 tools/gcmole/gcmole.cc:433: size_t size = std::max(live_.size(), o.live_.size()); I see what you ...
3 years, 10 months ago (2017-02-16 12:17:31 UTC) #9
Clemens Hammacher
https://codereview.chromium.org/2691103008/diff/1/tools/gcmole/gcmole.cc File tools/gcmole/gcmole.cc (right): https://codereview.chromium.org/2691103008/diff/1/tools/gcmole/gcmole.cc#newcode433 tools/gcmole/gcmole.cc:433: size_t size = std::max(live_.size(), o.live_.size()); On 2017/02/16 at 12:17:31, ...
3 years, 10 months ago (2017-02-16 13:13:04 UTC) #10
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/2691103008/20001
3 years, 10 months ago (2017-02-16 13:13:19 UTC) #13
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
3 years, 10 months ago (2017-02-16 13:13:22 UTC) #15
Clemens Hammacher
On 2017/02/16 at 13:13:22, commit-bot wrote: > No L-G-T-M from a valid reviewer yet. > ...
3 years, 10 months ago (2017-02-16 13:19:25 UTC) #16
Michael Achenbach
lgtm stamp
3 years, 10 months ago (2017-02-16 13:39:35 UTC) #20
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/2691103008/20001
3 years, 10 months ago (2017-02-16 14:11:45 UTC) #24
commit-bot: I haz the power
3 years, 10 months ago (2017-02-16 14:13:18 UTC) #27
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/4b0edcf7e06169b6daf0c18c14c42265a30...

Powered by Google App Engine
This is Rietveld 408576698