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

Issue 191233003: Add out-of-line constant pool support to Arm. (Closed)

Created:
6 years, 9 months ago by rmcilroy
Modified:
6 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : Addresss comments #

Total comments: 16

Patch Set 4 : Clean up constant pool allocation #

Patch Set 5 : Address Ulan's comments. #

Patch Set 6 : Fix other Arches. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+562 lines, -115 lines) Patch
M src/a64/assembler-a64.h View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M src/a64/assembler-a64.cc View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.h View 1 2 3 4 6 chunks +49 lines, -4 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 2 3 4 16 chunks +301 lines, -71 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 7 chunks +47 lines, -8 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 2 3 4 1 chunk +17 lines, -11 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 6 chunks +29 lines, -10 lines 0 comments Download
M src/assembler.h View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 3 4 5 8 chunks +50 lines, -8 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
rmcilroy
This CL introduces the ool constant pool on arm support. I've tried to split up ...
6 years, 9 months ago (2014-03-07 18:50:24 UTC) #1
Rodolph Perfetta (ARM)
just a few nits, otherwise looks good to me. https://codereview.chromium.org/191233003/diff/10001/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/191233003/diff/10001/src/arm/assembler-arm.cc#newcode1165 src/arm/assembler-arm.cc:1165: ...
6 years, 9 months ago (2014-03-12 14:46:19 UTC) #2
rmcilroy
Thanks for the review Rodolph! https://codereview.chromium.org/191233003/diff/10001/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/191233003/diff/10001/src/arm/assembler-arm.cc#newcode1165 src/arm/assembler-arm.cc:1165: } On 2014/03/12 14:46:20, ...
6 years, 9 months ago (2014-03-17 18:31:34 UTC) #3
ulan
Looks good! Few comments: https://codereview.chromium.org/191233003/diff/30001/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/191233003/diff/30001/src/arm/assembler-arm.cc#newcode296 src/arm/assembler-arm.cc:296: // The deserializer needs to ...
6 years, 9 months ago (2014-03-18 12:27:51 UTC) #4
rmcilroy
Cleaned up constant pool allocation. PTAL.
6 years, 9 months ago (2014-03-18 12:31:39 UTC) #5
rmcilroy
Thanks Ulan. Comments addressed. PTAL. https://codereview.chromium.org/191233003/diff/30001/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/191233003/diff/30001/src/arm/assembler-arm.cc#newcode296 src/arm/assembler-arm.cc:296: // The deserializer needs ...
6 years, 9 months ago (2014-03-18 15:14:35 UTC) #6
ulan
LGTM
6 years, 9 months ago (2014-03-18 16:06:31 UTC) #7
rmcilroy
6 years, 9 months ago (2014-03-19 09:38:31 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 manually as r20051 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698