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

Issue 962263002: Disallow subclassing Arrays. (Closed)

Created:
5 years, 9 months ago by Dmitry Lomov (no reviews)
Modified:
5 years, 9 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Disallow subclassing Arrays. R=rossberg@chromium.org,arv@chromium.org BUG=v8:3930 LOG=Y Committed: https://crrev.com/87f3e08e72510ee5544e82bb7ad39b2b5f001ad3 Cr-Commit-Position: refs/heads/master@{#26925} Committed: https://crrev.com/290ee378ea44bda379cb3e1864631895c7dea774 Cr-Commit-Position: refs/heads/master@{#26931}

Patch Set 1 #

Patch Set 2 : ia32 #

Patch Set 3 : All done #

Total comments: 2

Patch Set 4 : Fixes for debug-code issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -2 lines) Patch
M src/arm/builtins-arm.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 4 chunks +9 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 2 4 chunks +12 lines, -0 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 chunks +13 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/messages.js View 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/builtins-mips.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 4 chunks +8 lines, -0 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 2 4 chunks +8 lines, -0 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-classes.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 4 chunks +9 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/harmony/regress/regress-3930.js View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (2 generated)
Dmitry Lomov (no reviews)
PTAL: emergency fix for Array subclassing. I will take a stab at a proper fix ...
5 years, 9 months ago (2015-02-27 18:56:51 UTC) #1
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/962263002/diff/40001/src/arm64/code-stubs-arm64.cc File src/arm64/code-stubs-arm64.cc (right): https://codereview.chromium.org/962263002/diff/40001/src/arm64/code-stubs-arm64.cc#newcode3075 src/arm64/code-stubs-arm64.cc:3075: Register original_constructor = x3; I like this. How ...
5 years, 9 months ago (2015-02-27 19:15:15 UTC) #2
Dmitry Lomov (no reviews)
https://codereview.chromium.org/962263002/diff/40001/src/arm64/code-stubs-arm64.cc File src/arm64/code-stubs-arm64.cc (right): https://codereview.chromium.org/962263002/diff/40001/src/arm64/code-stubs-arm64.cc#newcode3075 src/arm64/code-stubs-arm64.cc:3075: Register original_constructor = x3; On 2015/02/27 19:15:15, arv wrote: ...
5 years, 9 months ago (2015-02-27 19:45:10 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/962263002/40001
5 years, 9 months ago (2015-02-27 19:47:58 UTC) #5
arv (Not doing code reviews)
On 2015/02/27 19:45:10, Dmitry Lomov (chromium) wrote: > https://codereview.chromium.org/962263002/diff/40001/src/arm64/code-stubs-arm64.cc > File src/arm64/code-stubs-arm64.cc (right): > > ...
5 years, 9 months ago (2015-02-27 19:48:15 UTC) #6
arv (Not doing code reviews)
On 2015/02/27 19:48:15, arv wrote: > On 2015/02/27 19:45:10, Dmitry Lomov (chromium) wrote: > > ...
5 years, 9 months ago (2015-02-27 19:48:29 UTC) #7
Dmitry Lomov (no reviews)
On 2015/02/27 19:48:29, arv wrote: > On 2015/02/27 19:48:15, arv wrote: > > On 2015/02/27 ...
5 years, 9 months ago (2015-02-27 19:52:43 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 9 months ago (2015-02-27 20:18:02 UTC) #9
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/87f3e08e72510ee5544e82bb7ad39b2b5f001ad3 Cr-Commit-Position: refs/heads/master@{#26925}
5 years, 9 months ago (2015-02-27 20:18:16 UTC) #10
Dmitry Lomov (no reviews)
Oops looks like this commit missed a regression test - adding in https://codereview.chromium.org/961353002
5 years, 9 months ago (2015-02-27 20:43:19 UTC) #11
Dmitry Lomov (no reviews)
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/965053002/ by dslomov@chromium.org. ...
5 years, 9 months ago (2015-02-27 22:26:01 UTC) #12
Dmitry Lomov (no reviews)
Please take another look. Issues with nosnap (with --debug-code, really) fixed. The problem was that ...
5 years, 9 months ago (2015-02-27 23:36:53 UTC) #13
arv (Not doing code reviews)
LGTM
5 years, 9 months ago (2015-02-27 23:42:27 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/962263002/30006
5 years, 9 months ago (2015-02-27 23:45:19 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:30006)
5 years, 9 months ago (2015-02-28 00:28:26 UTC) #17
commit-bot: I haz the power
5 years, 9 months ago (2015-02-28 00:28:44 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/290ee378ea44bda379cb3e1864631895c7dea774
Cr-Commit-Position: refs/heads/master@{#26931}

Powered by Google App Engine
This is Rietveld 408576698