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

Issue 290173003: Further improve old space allocation write barrier elimination. (Closed)

Created:
6 years, 7 months ago by Benedikt Meurer
Modified:
6 years, 7 months ago
CC:
v8-dev
Base URL:
git@github.com:v8/v8.git@master
Visibility:
Public.

Description

Further improve old space allocation write barrier elimination. Stores to old space allocations require no write barriers if the object is the new space dominator and the value is not in new space. R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21360

Patch Set 1 : #

Total comments: 6

Patch Set 2 : Address comments. #

Total comments: 1

Patch Set 3 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -13 lines) Patch
M src/hydrogen-instructions.h View 1 2 2 chunks +14 lines, -13 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Benedikt Meurer
PTAL
6 years, 7 months ago (2014-05-18 05:47:28 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/290173003/diff/20001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/290173003/diff/20001/src/hydrogen-instructions.h#newcode5725 src/hydrogen-instructions.h:5725: // is the new space dominator and the value ...
6 years, 7 months ago (2014-05-18 18:54:58 UTC) #2
Benedikt Meurer
PTAL https://codereview.chromium.org/290173003/diff/20001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/290173003/diff/20001/src/hydrogen-instructions.h#newcode5725 src/hydrogen-instructions.h:5725: // is the new space dominator and the ...
6 years, 7 months ago (2014-05-19 06:17:51 UTC) #3
Hannes Payer (out of office)
lgtm, one nit https://codereview.chromium.org/290173003/diff/60001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/290173003/diff/60001/src/hydrogen-instructions.h#newcode5729 src/hydrogen-instructions.h:5729: while (value->IsInnerAllocatedObject()) { Please add a ...
6 years, 7 months ago (2014-05-19 09:43:44 UTC) #4
Benedikt Meurer
6 years, 7 months ago (2014-05-19 09:48:41 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r21360 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698