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

Issue 144423010: Improve inobject field tracking during GVN. (Closed)

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

Description

Improve inobject field tracking during GVN. Now stores to inobject fields do no longer prevent hoisting and combining of loads from other inobject fields. R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19249

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments. #

Patch Set 3 : Fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+481 lines, -382 lines) Patch
M src/hydrogen.cc View 1 6 chunks +6 lines, -6 lines 0 comments Download
M src/hydrogen-check-elimination.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/hydrogen-gvn.h View 1 3 chunks +67 lines, -6 lines 0 comments Download
M src/hydrogen-gvn.cc View 1 26 chunks +243 lines, -211 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 45 chunks +99 lines, -117 lines 0 comments Download
M src/hydrogen-instructions.cc View 5 chunks +51 lines, -27 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 2 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Benedikt Meurer
Hey Michi, As discussed offline... this is mostly mechanic refactoring to allow for separate change/depends ...
6 years, 10 months ago (2014-02-10 12:39:10 UTC) #1
Michael Starzinger
LGTM, only nits. https://codereview.chromium.org/144423010/diff/1/src/hydrogen-gvn.h File src/hydrogen-gvn.h (right): https://codereview.chromium.org/144423010/diff/1/src/hydrogen-gvn.h#newcode39 src/hydrogen-gvn.h:39: class SideEffects V8_FINAL { A comment ...
6 years, 10 months ago (2014-02-10 14:50:07 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/144423010/diff/1/src/hydrogen-gvn.h File src/hydrogen-gvn.h (right): https://codereview.chromium.org/144423010/diff/1/src/hydrogen-gvn.h#newcode39 src/hydrogen-gvn.h:39: class SideEffects V8_FINAL { On 2014/02/10 14:50:07, Michael Starzinger ...
6 years, 10 months ago (2014-02-11 06:40:54 UTC) #3
Benedikt Meurer
Committed patchset #2 manually as r19247 (presubmit successful).
6 years, 10 months ago (2014-02-11 06:41:15 UTC) #4
Benedikt Meurer
6 years, 10 months ago (2014-02-11 06:53:22 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r19249 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698