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

Issue 1248483007: Store offset between fixed typed array base and data start in object (Closed)

Created:
5 years, 5 months ago by jochen (gone - plz use gerrit)
Modified:
5 years, 5 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

Store offset between fixed typed array base and data start in object The layout of fixed typed array base is then capable of handling external typed arrays as well. In a follow-up CL, I'll delete external typed arrays, and use fixed typed array base instead BUG=v8:3996 R=jarin@chromium.org,mstarzinger@chromium.org LOG=n Committed: https://crrev.com/4da289c55acc4fff325d1fbd62387d431a5033d8 Cr-Commit-Position: refs/heads/master@{#29786}

Patch Set 1 #

Patch Set 2 : updates #

Total comments: 4

Patch Set 3 : arm64 #

Patch Set 4 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -62 lines) Patch
M src/arm/lithium-arm.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M src/arm64/lithium-arm64.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 2 1 chunk +8 lines, -3 lines 0 comments Download
M src/assembler.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M src/elements-kind.cc View 2 chunks +7 lines, -9 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +17 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 5 chunks +15 lines, -5 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M src/ia32/lithium-ia32.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M src/mips64/lithium-mips64.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M src/objects.h View 1 2 chunks +9 lines, -4 lines 0 comments Download
M src/objects-inl.h View 3 chunks +18 lines, -5 lines 0 comments Download
M src/ppc/lithium-ppc.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 1 2 chunks +5 lines, -1 line 0 comments Download
M src/x87/lithium-x87.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M tools/external-reference-check.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
jochen (gone - plz use gerrit)
ptal this CL uses the fancy new HAdd and migrates on-heap typed arrays to the ...
5 years, 5 months ago (2015-07-21 13:42:52 UTC) #2
jochen (gone - plz use gerrit)
fixed the arm64 crash... the LAddE instruction clamped the pointers to 32bit..
5 years, 5 months ago (2015-07-22 08:57:09 UTC) #3
Jarin
Ouch, my eyes! lgtm. https://codereview.chromium.org/1248483007/diff/20001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1248483007/diff/20001/src/heap/heap.cc#newcode4012 src/heap/heap.cc:4012: kHeapObjectTag), Can't you say ExternalReference::fixed_typed_array_base_data_offset().address() ...
5 years, 5 months ago (2015-07-22 09:00:20 UTC) #4
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1248483007/diff/20001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1248483007/diff/20001/src/heap/heap.cc#newcode4012 src/heap/heap.cc:4012: kHeapObjectTag), On 2015/07/22 at 09:00:20, jarin wrote: > Can't ...
5 years, 5 months ago (2015-07-22 09:08:13 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1248483007/60001
5 years, 5 months ago (2015-07-22 09:59:46 UTC) #8
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 5 months ago (2015-07-22 10:25:57 UTC) #9
commit-bot: I haz the power
5 years, 5 months ago (2015-07-22 10:32:33 UTC) #10
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4da289c55acc4fff325d1fbd62387d431a5033d8
Cr-Commit-Position: refs/heads/master@{#29786}

Powered by Google App Engine
This is Rietveld 408576698