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

Issue 11737006: Filter old to new references when moving parts of an object. (Closed)

Created:
7 years, 11 months ago by Hannes Payer (out of office)
Modified:
7 years, 11 months ago
CC:
v8-dev
Visibility:
Public.

Description

Filter old space and large object space to new space references when moving parts of a FixedArray. BUG=v8:2452 Committed: https://code.google.com/p/v8/source/detail?r=13343

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -31 lines) Patch
M src/builtins.cc View 1 2 3 6 chunks +9 lines, -31 lines 0 comments Download
M src/heap.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Hannes Payer (out of office)
7 years, 11 months ago (2013-01-02 19:34:48 UTC) #1
Michael Starzinger
In general this is going the right way, I just have one high level comment ...
7 years, 11 months ago (2013-01-08 13:13:00 UTC) #2
Michael Starzinger
One additional comment for the record. https://codereview.chromium.org/11737006/diff/4001/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/11737006/diff/4001/src/heap.cc#newcode690 src/heap.cc:690: if (!InNewSpace(src) && ...
7 years, 11 months ago (2013-01-08 13:46:31 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/11737006/diff/4001/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/11737006/diff/4001/src/heap.cc#newcode690 src/heap.cc:690: if (!InNewSpace(src) && InNewSpace(dst_objects[i])) { On 2013/01/08 13:46:32, Michael ...
7 years, 11 months ago (2013-01-09 09:32:46 UTC) #4
Michael Starzinger
7 years, 11 months ago (2013-01-09 12:58:09 UTC) #5
LGTM.

Powered by Google App Engine
This is Rietveld 408576698