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

Issue 1114563002: Remove the weak list of array buffers (Closed)

Created:
5 years, 7 months ago by jochen (gone - plz use gerrit)
Modified:
5 years, 7 months ago
CC:
v8-dev, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Remove the weak list of array buffers Instead, collect live array buffers during marking and free pointers we no longer found. BUG=v8:3996 R=hpayer@chromium.org LOG=n Committed: https://crrev.com/2d39709cf5ee17637f6f2d75380a9e61ae0b342b Cr-Commit-Position: refs/heads/master@{#28132}

Patch Set 1 #

Patch Set 2 : updates #

Patch Set 3 : updates #

Patch Set 4 : updates #

Total comments: 1

Patch Set 5 : updates #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Total comments: 4

Patch Set 8 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -275 lines) Patch
M src/api.cc View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M src/heap/heap.h View 1 2 3 4 5 6 7 6 chunks +9 lines, -13 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 5 6 7 3 chunks +35 lines, -36 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap/objects-visiting.h View 1 chunk +1 line, -4 lines 0 comments Download
M src/heap/objects-visiting.cc View 5 chunks +5 lines, -40 lines 0 comments Download
M src/heap/objects-visiting-inl.h View 1 2 3 4 5 6 7 2 chunks +5 lines, -9 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 6 2 chunks +1 line, -5 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/runtime/runtime-typedarray.cc View 1 2 3 4 5 6 7 4 chunks +3 lines, -31 lines 0 comments Download
M src/snapshot/serialize.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +0 lines, -1 line 0 comments Download
D test/cctest/test-weaktypedarrays.cc View 1 chunk +0 lines, -124 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
jochen (gone - plz use gerrit)
+dslomov
5 years, 7 months ago (2015-04-28 14:57:15 UTC) #2
jochen (gone - plz use gerrit)
note to self... https://codereview.chromium.org/1114563002/diff/60001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1114563002/diff/60001/src/heap/heap.cc#newcode1326 src/heap/heap.cc:1326: not_yet_discovered_array_buffers_ = live_array_buffers_; so the bug ...
5 years, 7 months ago (2015-04-28 19:46:44 UTC) #3
jochen (gone - plz use gerrit)
ptal
5 years, 7 months ago (2015-04-29 07:27:55 UTC) #4
Hannes Payer (out of office)
LGTM, just nits https://codereview.chromium.org/1114563002/diff/120001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1114563002/diff/120001/src/heap/heap.cc#newcode1296 src/heap/heap.cc:1296: ReapDeadArrayBuffers(); Please move this call to ...
5 years, 7 months ago (2015-04-29 11:48:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1114563002/140001
5 years, 7 months ago (2015-04-29 12:36:34 UTC) #8
jochen (gone - plz use gerrit)
all done
5 years, 7 months ago (2015-04-29 12:36:35 UTC) #9
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 7 months ago (2015-04-29 13:04:47 UTC) #10
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/2d39709cf5ee17637f6f2d75380a9e61ae0b342b Cr-Commit-Position: refs/heads/master@{#28132}
5 years, 7 months ago (2015-04-29 13:05:06 UTC) #11
Michael Achenbach
5 years, 7 months ago (2015-04-30 08:38:02 UTC) #12
Message was sent while issue was closed.
A revert of this CL (patchset #8 id:140001) has been created in
https://codereview.chromium.org/1115043005/ by machenbach@chromium.org.

The reason for reverting is: [Sheriff] Crashes in layout tests:
https://chromegw.corp.google.com/i/client.v8/builders/V8-Blink%20Linux%2064%2....

Powered by Google App Engine
This is Rietveld 408576698