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

Issue 1094863002: Remove the weak list of views from array buffers (Closed)

Created:
5 years, 8 months ago by jochen (gone - plz use gerrit)
Modified:
5 years, 8 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 views from array buffers Instead, views have to check their array buffer for whether it's neutered or not. BUG=v8:3996 R=hpayer@chromium.org,dslomov@chromium.org,verwaest@chromium.org LOG=n Committed: https://crrev.com/5ae083a05a6743d6cb91585f449539f7846a5d8c Cr-Commit-Position: refs/heads/master@{#27995}

Patch Set 1 #

Total comments: 3

Patch Set 2 : updates #

Patch Set 3 : updates #

Total comments: 5

Patch Set 4 : updates #

Patch Set 5 : updates #

Patch Set 6 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+449 lines, -838 lines) Patch
M src/accessors.cc View 1 chunk +0 lines, -22 lines 0 comments Download
M src/elements.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/elements.cc View 1 8 chunks +22 lines, -14 lines 0 comments Download
M src/factory.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 5 chunks +86 lines, -11 lines 0 comments Download
M src/heap-snapshot-generator.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M src/heap/heap.h View 1 2 3 5 chunks +0 lines, -32 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 8 chunks +1 line, -29 lines 0 comments Download
M src/heap/objects-visiting.cc View 4 chunks +0 lines, -79 lines 0 comments Download
M src/heap/objects-visiting-inl.h View 6 chunks +4 lines, -24 lines 0 comments Download
M src/hydrogen.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 chunks +60 lines, -27 lines 0 comments Download
M src/hydrogen-instructions.h View 1 1 chunk +4 lines, -9 lines 0 comments Download
M src/objects.h View 1 2 16 chunks +47 lines, -51 lines 0 comments Download
M src/objects.cc View 1 2 4 chunks +122 lines, -134 lines 0 comments Download
M src/objects-debug.cc View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M src/objects-inl.h View 1 2 2 chunks +78 lines, -20 lines 0 comments Download
M src/runtime/runtime-typedarray.cc View 6 chunks +0 lines, -62 lines 0 comments Download
M src/snapshot/serialize.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 2 chunks +5 lines, -9 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M test/cctest/test-weaktypedarrays.cc View 1 2 3 4 2 chunks +0 lines, -295 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
jochen (gone - plz use gerrit)
depends on https://codereview.chromium.org/1092923002 so tests pass
5 years, 8 months ago (2015-04-17 12:49:13 UTC) #1
Toon Verwaest
lgtm https://codereview.chromium.org/1094863002/diff/1/src/accessors.cc File src/accessors.cc (left): https://codereview.chromium.org/1094863002/diff/1/src/accessors.cc#oldcode89 src/accessors.cc:89: } Just removing this without adding new support ...
5 years, 8 months ago (2015-04-17 13:25:55 UTC) #2
jochen (gone - plz use gerrit)
yeah, the plan is to start improving performance again once we got rid of the ...
5 years, 8 months ago (2015-04-17 13:32:05 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1094863002/20001
5 years, 8 months ago (2015-04-20 14:16:01 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_dbg on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg/builds/4078)
5 years, 8 months ago (2015-04-20 14:47:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1094863002/40001
5 years, 8 months ago (2015-04-22 07:22:42 UTC) #11
Hannes Payer (out of office)
LGTM, few nits https://codereview.chromium.org/1094863002/diff/40001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/1094863002/diff/40001/src/api.cc#newcode6343 src/api.cc:6343: if (!source) return 0; Isn't that ...
5 years, 8 months ago (2015-04-22 07:45:53 UTC) #13
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1094863002/diff/40001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/1094863002/diff/40001/src/api.cc#newcode6343 src/api.cc:6343: if (!source) return 0; On 2015/04/22 at 07:45:53, Hannes ...
5 years, 8 months ago (2015-04-22 08:21:42 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1094863002/100001
5 years, 8 months ago (2015-04-22 08:36:45 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 8 months ago (2015-04-22 09:19:43 UTC) #18
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/5ae083a05a6743d6cb91585f449539f7846a5d8c Cr-Commit-Position: refs/heads/master@{#27995}
5 years, 8 months ago (2015-04-22 13:19:13 UTC) #19
jochen (gone - plz use gerrit)
5 years, 8 months ago (2015-04-22 15:03:02 UTC) #20
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/1061753008/ by jochen@chromium.org.

The reason for reverting is: I'm reverting this while working on the regression
fix.

Powered by Google App Engine
This is Rietveld 408576698