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

Issue 1254623002: Remove ExternalArray, derived types, and element kinds (Closed)

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

Description

Remove ExternalArray, derived types, and element kinds BUG=v8:3996 R=jarin@chromium.org, mvstanton@chromium.org, bmeurer@chromium.org LOG=y Committed: https://crrev.com/607ef7c6009a24ebf195b4cab7b0b436c5afd21c Cr-Commit-Position: refs/heads/master@{#29872}

Patch Set 1 #

Patch Set 2 : updates #

Total comments: 8

Patch Set 3 : rebase #

Patch Set 4 : updates #

Total comments: 12

Patch Set 5 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+356 lines, -1890 lines) Patch
M include/v8.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-arm.h View 1 2 chunks +0 lines, -10 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 3 chunks +4 lines, -5 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 8 chunks +6 lines, -32 lines 0 comments Download
M src/arm64/lithium-arm64.cc View 1 4 chunks +4 lines, -5 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 2 3 chunks +4 lines, -26 lines 0 comments Download
M src/bootstrapper.cc View 1 2 3 4 chunks +10 lines, -24 lines 0 comments Download
M src/code-stubs.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 5 chunks +1 line, -60 lines 0 comments Download
M src/compiler/access-builder.h View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M src/compiler/access-builder.cc View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 2 chunks +6 lines, -8 lines 0 comments Download
M src/contexts.h View 1 chunk +0 lines, -10 lines 0 comments Download
M src/elements.cc View 5 chunks +0 lines, -35 lines 0 comments Download
M src/elements-kind.h View 1 2 4 chunks +5 lines, -32 lines 0 comments Download
M src/elements-kind.cc View 4 chunks +6 lines, -39 lines 0 comments Download
M src/factory.h View 1 2 3 4 1 chunk +2 lines, -4 lines 0 comments Download
M src/factory.cc View 1 2 3 4 3 chunks +9 lines, -13 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M src/heap/heap.h View 1 2 3 4 4 chunks +3 lines, -31 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 12 chunks +16 lines, -82 lines 0 comments Download
M src/heap/objects-visiting.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M src/hydrogen.cc View 1 2 9 chunks +23 lines, -35 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 8 chunks +15 lines, -42 lines 0 comments Download
M src/hydrogen-instructions.cc View 6 chunks +9 lines, -15 lines 0 comments Download
M src/hydrogen-uint32-analysis.cc View 2 chunks +4 lines, -8 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 5 chunks +6 lines, -28 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 3 chunks +2 lines, -16 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 4 chunks +4 lines, -8 lines 0 comments Download
M src/ic/handler-compiler.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/ic/ic.cc View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M src/ic/ic-compiler.cc View 3 chunks +0 lines, -3 lines 0 comments Download
M src/lookup.cc View 2 chunks +1 line, -3 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 9 chunks +6 lines, -32 lines 0 comments Download
M src/mips/lithium-mips.h View 1 2 chunks +0 lines, -10 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 3 chunks +4 lines, -5 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 1 2 9 chunks +6 lines, -32 lines 0 comments Download
M src/mips64/lithium-mips64.h View 1 2 chunks +0 lines, -10 lines 0 comments Download
M src/mips64/lithium-mips64.cc View 1 3 chunks +4 lines, -5 lines 0 comments Download
M src/objects.h View 1 2 10 chunks +6 lines, -315 lines 0 comments Download
M src/objects.cc View 1 2 3 4 23 chunks +22 lines, -191 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 chunks +6 lines, -14 lines 0 comments Download
M src/objects-inl.h View 1 2 9 chunks +4 lines, -255 lines 0 comments Download
M src/objects-printer.cc View 1 2 3 chunks +0 lines, -31 lines 0 comments Download
M src/ppc/lithium-codegen-ppc.cc View 1 17 chunks +6 lines, -32 lines 0 comments Download
M src/ppc/lithium-ppc.h View 1 2 chunks +0 lines, -8 lines 0 comments Download
M src/ppc/lithium-ppc.cc View 1 3 chunks +4 lines, -5 lines 0 comments Download
M src/runtime/runtime.h View 1 2 2 chunks +1 line, -11 lines 0 comments Download
M src/runtime/runtime-array.cc View 5 chunks +1 line, -53 lines 0 comments Download
M src/runtime/runtime-test.cc View 1 2 1 chunk +1 line, -12 lines 0 comments Download
M src/runtime/runtime-typedarray.cc View 1 2 3 4 5 chunks +14 lines, -23 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 5 chunks +6 lines, -28 lines 0 comments Download
M src/x64/lithium-x64.h View 3 chunks +2 lines, -16 lines 0 comments Download
M src/x64/lithium-x64.cc View 4 chunks +6 lines, -9 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 1 2 6 chunks +6 lines, -28 lines 0 comments Download
M src/x87/lithium-x87.h View 1 3 chunks +2 lines, -16 lines 0 comments Download
M src/x87/lithium-x87.cc View 1 4 chunks +4 lines, -8 lines 0 comments Download
M test/cctest/compiler/test-run-properties.cc View 1 2 3 4 2 chunks +8 lines, -10 lines 0 comments Download
M test/cctest/test-api.cc View 9 chunks +18 lines, -18 lines 0 comments Download
M test/mjsunit/elements-kind.js View 3 chunks +9 lines, -46 lines 0 comments Download
M test/mjsunit/opt-elements-kind.js View 2 chunks +32 lines, -33 lines 0 comments Download
M test/mjsunit/osr-elements-kind.js View 2 chunks +32 lines, -33 lines 0 comments Download

Messages

Total messages: 25 (6 generated)
jochen (gone - plz use gerrit)
PTAL
5 years, 5 months ago (2015-07-24 10:08:36 UTC) #2
jochen (gone - plz use gerrit)
bmeurer@/jarin@ - ptal at everything, esp. crankshaft & objects.cc mvstanton@ - ptal at ic/ hpayer@ ...
5 years, 5 months ago (2015-07-24 10:24:29 UTC) #4
jochen (gone - plz use gerrit)
fix for the failing mjsunit test here: https://codereview.chromium.org/1252333002
5 years, 5 months ago (2015-07-24 12:16:17 UTC) #5
Hannes Payer (out of office)
https://codereview.chromium.org/1254623002/diff/20001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1254623002/diff/20001/src/heap/heap.cc#newcode3916 src/heap/heap.cc:3916: int size = FixedTypedArrayBase::kHeaderSize; Can we have a kSize? ...
5 years, 5 months ago (2015-07-24 13:40:59 UTC) #6
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1254623002/diff/20001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1254623002/diff/20001/src/heap/heap.cc#newcode3916 src/heap/heap.cc:3916: int size = FixedTypedArrayBase::kHeaderSize; On 2015/07/24 at 13:40:59, Hannes ...
5 years, 5 months ago (2015-07-24 16:04:36 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254623002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254623002/20001
5 years, 5 months ago (2015-07-24 16:04:54 UTC) #9
commit-bot: I haz the power
Dry run: 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/7041) v8_mac_rel on ...
5 years, 5 months ago (2015-07-24 16:06:06 UTC) #11
Hannes Payer (out of office)
https://codereview.chromium.org/1254623002/diff/20001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1254623002/diff/20001/src/heap/heap.cc#newcode3916 src/heap/heap.cc:3916: int size = FixedTypedArrayBase::kHeaderSize; On 2015/07/24 16:04:36, jochen wrote: ...
5 years, 4 months ago (2015-07-27 08:40:05 UTC) #12
mvstanton
ic.cc, the ic and handler compilers, also code-stubs-hydrogen.cc LGTM.
5 years, 4 months ago (2015-07-27 08:44:42 UTC) #13
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1254623002/diff/20001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1254623002/diff/20001/src/heap/heap.cc#newcode3916 src/heap/heap.cc:3916: int size = FixedTypedArrayBase::kHeaderSize; On 2015/07/27 at 08:40:05, Hannes ...
5 years, 4 months ago (2015-07-27 08:46:16 UTC) #14
Hannes Payer (out of office)
GC lgtm
5 years, 4 months ago (2015-07-27 09:02:02 UTC) #15
Benedikt Meurer
LGTM with bunch of nits. https://codereview.chromium.org/1254623002/diff/60001/src/compiler/access-builder.cc File src/compiler/access-builder.cc (right): https://codereview.chromium.org/1254623002/diff/60001/src/compiler/access-builder.cc#newcode84 src/compiler/access-builder.cc:84: FieldAccess AccessBuilder::ForExternalArrayPointer() { Nit: ...
5 years, 4 months ago (2015-07-27 12:28:01 UTC) #16
Jarin
lgtm https://codereview.chromium.org/1254623002/diff/60001/test/cctest/compiler/test-run-properties.cc File test/cctest/compiler/test-run-properties.cc (right): https://codereview.chromium.org/1254623002/diff/60001/test/cctest/compiler/test-run-properties.cc#newcode25 test/cctest/compiler/test-run-properties.cc:25: // elements kind to get coverage for both ...
5 years, 4 months ago (2015-07-27 12:28:34 UTC) #17
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1254623002/diff/60001/src/compiler/access-builder.cc File src/compiler/access-builder.cc (right): https://codereview.chromium.org/1254623002/diff/60001/src/compiler/access-builder.cc#newcode84 src/compiler/access-builder.cc:84: FieldAccess AccessBuilder::ForExternalArrayPointer() { On 2015/07/27 at 12:28:01, Benedikt Meurer ...
5 years, 4 months ago (2015-07-27 12:51:50 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1254623002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1254623002/80001
5 years, 4 months ago (2015-07-27 12:52:03 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 4 months ago (2015-07-27 13:19:17 UTC) #22
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/607ef7c6009a24ebf195b4cab7b0b436c5afd21c Cr-Commit-Position: refs/heads/master@{#29872}
5 years, 4 months ago (2015-07-27 13:19:47 UTC) #23
Michael Achenbach
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1257223002/ by machenbach@chromium.org. ...
5 years, 4 months ago (2015-07-27 20:31:29 UTC) #24
Michael Achenbach
5 years, 4 months ago (2015-07-28 07:31:37 UTC) #25
Message was sent while issue was closed.
On 2015/07/27 20:31:29, Michael Achenbach wrote:
> A revert of this CL (patchset #5 id:80001) has been created in
> https://codereview.chromium.org/1257223002/ by mailto:machenbach@chromium.org.
> 
> The reason for reverting is: [Sheriff] Breaks several layout tests, e.g.:
>
http://build.chromium.org/p/client.v8.fyi/builders/V8-Blink%20Linux%2032/buil...
> 
> Several output lines change from PASS to FAIL. If the changes are intended,
> please land a needsmanualrebaseline change in blink first..

After the revert it got clear that this also caused the following:
http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20arm64%20-%20s...

Powered by Google App Engine
This is Rietveld 408576698