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

Issue 1155673005: Fix issues with Arm's use of embedded constant pools (Closed)

Created:
5 years, 6 months ago by MTBrandyberry
Modified:
5 years, 6 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

Fix issues with Arm's use of embedded constant pools - Introduce Assembler::DataAlign for table alignment in code object - Fix several misuses of r8 (alias of the pool pointer register, pp) - Fix calculation of pp in OSR/handler entry invocation - Enable missing cases in deserializer - Fix references to ool constant pools in comments. R=rmcilroy@chromium.org, michael_dawson@ca.ibm.com BUG=chromium:497180 LOG=N Committed: https://crrev.com/e3d76269e86af9af80aad5c60d29ace5778b87ff Cr-Commit-Position: refs/heads/master@{#28873}

Patch Set 1 #

Total comments: 8

Patch Set 2 : create DataAlign #

Patch Set 3 : Refine safepoint logic #

Patch Set 4 : Fix typo in comment #

Total comments: 4

Patch Set 5 : Move DataAlign implementation to common code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -34 lines) Patch
M src/arm/assembler-arm.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/arm/builtins-arm.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M src/arm/frames-arm.h View 1 2 3 1 chunk +14 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 3 4 2 chunks +10 lines, -2 lines 0 comments Download
M src/arm64/assembler-arm64.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 2 3 4 3 chunks +10 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/assembler-mips.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips64/assembler-mips64.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/ppc/assembler-ppc.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/ppc/assembler-ppc.cc View 1 2 3 4 1 chunk +2 lines, -10 lines 0 comments Download
M src/ppc/assembler-ppc-inl.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/snapshot/serialize.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/x64/assembler-x64.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/x87/assembler-x87.h View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (2 generated)
MTBrandyberry
5 years, 6 months ago (2015-06-05 21:51:42 UTC) #1
rmcilroy
Thanks for the fixes! A couple of comments. https://codereview.chromium.org/1155673005/diff/1/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/1155673005/diff/1/src/arm/assembler-arm.cc#newcode500 src/arm/assembler-arm.cc:500: } ...
5 years, 6 months ago (2015-06-08 11:11:11 UTC) #2
MTBrandyberry
Responses. Re-testing now. https://codereview.chromium.org/1155673005/diff/1/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/1155673005/diff/1/src/arm/assembler-arm.cc#newcode500 src/arm/assembler-arm.cc:500: } On 2015/06/08 11:11:10, rmcilroy wrote: ...
5 years, 6 months ago (2015-06-08 13:52:39 UTC) #3
rmcilroy
https://codereview.chromium.org/1155673005/diff/1/src/arm/frames-arm.h File src/arm/frames-arm.h (right): https://codereview.chromium.org/1155673005/diff/1/src/arm/frames-arm.h#newcode75 src/arm/frames-arm.h:75: : kCalleeSaved); On 2015/06/08 13:52:39, mtbrandyberry wrote: > On ...
5 years, 6 months ago (2015-06-09 10:10:46 UTC) #4
MTBrandyberry
Uploaded patch set 3. https://codereview.chromium.org/1155673005/diff/1/src/arm/frames-arm.h File src/arm/frames-arm.h (right): https://codereview.chromium.org/1155673005/diff/1/src/arm/frames-arm.h#newcode75 src/arm/frames-arm.h:75: : kCalleeSaved); On 2015/06/09 10:10:46, ...
5 years, 6 months ago (2015-06-09 13:26:38 UTC) #5
rmcilroy
A couple of last comments. LGTM once they are addressed. https://codereview.chromium.org/1155673005/diff/60001/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (right): https://codereview.chromium.org/1155673005/diff/60001/src/arm/macro-assembler-arm.cc#newcode713 ...
5 years, 6 months ago (2015-06-09 14:14:43 UTC) #6
MTBrandyberry
https://codereview.chromium.org/1155673005/diff/60001/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (right): https://codereview.chromium.org/1155673005/diff/60001/src/arm/macro-assembler-arm.cc#newcode713 src/arm/macro-assembler-arm.cc:713: ((1 << kNumSafepointSavedRegisters) - 1) == kSafepointSavedRegisters); On 2015/06/09 ...
5 years, 6 months ago (2015-06-09 14:19:08 UTC) #7
MTBrandyberry
On 2015/06/09 14:19:08, mtbrandyberry wrote: > https://codereview.chromium.org/1155673005/diff/60001/src/arm/macro-assembler-arm.cc > File src/arm/macro-assembler-arm.cc (right): > > https://codereview.chromium.org/1155673005/diff/60001/src/arm/macro-assembler-arm.cc#newcode713 > ...
5 years, 6 months ago (2015-06-09 14:23:38 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1155673005/80001
5 years, 6 months ago (2015-06-09 15:18:57 UTC) #11
rmcilroy
On 2015/06/09 14:23:38, mtbrandyberry wrote: > On 2015/06/09 14:19:08, mtbrandyberry wrote: > > > https://codereview.chromium.org/1155673005/diff/60001/src/arm/macro-assembler-arm.cc ...
5 years, 6 months ago (2015-06-09 15:20:02 UTC) #12
MTBrandyberry
On 2015/06/09 15:20:02, rmcilroy wrote: > On 2015/06/09 14:23:38, mtbrandyberry wrote: > > On 2015/06/09 ...
5 years, 6 months ago (2015-06-09 15:34:50 UTC) #13
rmcilroy
On 2015/06/09 15:34:50, mtbrandyberry wrote: > On 2015/06/09 15:20:02, rmcilroy wrote: > > On 2015/06/09 ...
5 years, 6 months ago (2015-06-09 15:41:04 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 6 months ago (2015-06-09 16:00:16 UTC) #15
commit-bot: I haz the power
5 years, 6 months ago (2015-06-09 16:01:07 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e3d76269e86af9af80aad5c60d29ace5778b87ff
Cr-Commit-Position: refs/heads/master@{#28873}

Powered by Google App Engine
This is Rietveld 408576698