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

Issue 219103002: Make sure when we shrink an object that we store a filler first into the free memory before updatin… (Closed)

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

Description

Make sure when we shrink an object that we store a filler first into the free memory before updating the map or size. BUG= R=jarin@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20361

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -39 lines) Patch
M src/builtins.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M src/elements.cc View 1 1 chunk +6 lines, -2 lines 0 comments Download
M src/objects.h View 1 2 3 3 chunks +17 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 4 9 chunks +64 lines, -33 lines 0 comments Download
M src/objects-inl.h View 1 2 3 5 chunks +59 lines, -4 lines 0 comments Download
M src/runtime.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Hannes Payer (out of office)
https://codereview.chromium.org/219103002/diff/1/src/objects.h File src/objects.h (right): https://codereview.chromium.org/219103002/diff/1/src/objects.h#newcode1814 src/objects.h:1814: // Get the map using acquire load. We could ...
6 years, 8 months ago (2014-03-31 09:42:27 UTC) #1
Jarin
As discussed in person, we still need to sync a bit more, see the comments ...
6 years, 8 months ago (2014-03-31 12:59:04 UTC) #2
Hannes Payer (out of office)
Yes, this is the first part. The concurrent GC counter-part is in the next CL. ...
6 years, 8 months ago (2014-03-31 13:23:15 UTC) #3
Jarin
lgtm. Just one nit regarding comments. https://codereview.chromium.org/219103002/diff/40001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/219103002/diff/40001/src/objects.cc#newcode2476 src/objects.cc:2476: // change the ...
6 years, 8 months ago (2014-03-31 13:30:00 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/219103002/diff/40001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/219103002/diff/40001/src/objects.cc#newcode2476 src/objects.cc:2476: // change the actual object size. On 2014/03/31 13:30:01, ...
6 years, 8 months ago (2014-03-31 13:35:54 UTC) #5
Hannes Payer (out of office)
6 years, 8 months ago (2014-03-31 14:29:11 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r20361 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698