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

Issue 188543004: Track global cells as special side effects in GVN. (Closed)

Created:
6 years, 9 months ago by Benedikt Meurer
Modified:
6 years, 9 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Track global cells as special side effects in GVN. R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19713

Patch Set 1 #

Total comments: 4

Patch Set 2 : Cells cannot move. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -17 lines) Patch
M src/handles-inl.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-gvn.h View 2 chunks +27 lines, -7 lines 0 comments Download
M src/hydrogen-gvn.cc View 5 chunks +65 lines, -9 lines 0 comments Download
M src/unique.h View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Benedikt Meurer
Hey Michi, This is a generalization of the inobject field tracking for GVN. It also ...
6 years, 9 months ago (2014-03-06 11:41:31 UTC) #1
Michael Starzinger
LGTM with one comment. https://codereview.chromium.org/188543004/diff/1/src/hydrogen-gvn.cc File src/hydrogen-gvn.cc (right): https://codereview.chromium.org/188543004/diff/1/src/hydrogen-gvn.cc#newcode453 src/hydrogen-gvn.cc:453: stream->Add("[%p]", *global_vars_[index].handle()); See comment below. ...
6 years, 9 months ago (2014-03-06 15:45:28 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/188543004/diff/1/src/hydrogen-gvn.cc File src/hydrogen-gvn.cc (right): https://codereview.chromium.org/188543004/diff/1/src/hydrogen-gvn.cc#newcode453 src/hydrogen-gvn.cc:453: stream->Add("[%p]", *global_vars_[index].handle()); On 2014/03/06 15:45:28, Michael Starzinger wrote: > ...
6 years, 9 months ago (2014-03-07 06:23:58 UTC) #3
Benedikt Meurer
6 years, 9 months ago (2014-03-07 10:14:10 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r19713 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698