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

Issue 1643363002: Detect cache line size on Linux for PPC hosts. (Closed)

Created:
4 years, 10 months ago by MTBrandyberry
Modified:
4 years, 9 months ago
CC:
v8-ppc-ports_googlegroups.com, v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Detect cache line size on Linux for PPC hosts. In the interest of generalization, this change: - Consolidates cache line size detection for all interested architectures under base::CPU (currently leveraged by only PPC and ARM64). - Differentiates between instruction vs data cache line sizes. R=rmcilroy@chromium.org, jochen@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com BUG= Committed: https://crrev.com/c3ff68b6b76ff1ffa1f6cd7c82181366020a0fe2 Cr-Commit-Position: refs/heads/master@{#33642}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -82 lines) Patch
M src/arm/assembler-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/arm64/assembler-arm64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm64/cpu-arm64.cc View 2 chunks +2 lines, -29 lines 0 comments Download
M src/assembler.h View 2 chunks +10 lines, -4 lines 0 comments Download
M src/assembler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/base/cpu.h View 2 chunks +5 lines, -0 lines 0 comments Download
M src/base/cpu.cc View 4 chunks +43 lines, -3 lines 0 comments Download
M src/ppc/assembler-ppc.cc View 2 chunks +4 lines, -1 line 0 comments Download
M src/ppc/cpu-ppc.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ppc/macro-assembler-ppc.cc View 1 chunk +0 lines, -35 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1643363002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1643363002/1
4 years, 10 months ago (2016-01-29 20:46:52 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-01-29 21:08:55 UTC) #4
MTBrandyberry
PTAL
4 years, 10 months ago (2016-01-29 21:09:37 UTC) #5
rmcilroy
lgtm
4 years, 10 months ago (2016-02-01 14:30:18 UTC) #7
jochen (gone - plz use gerrit)
lgtm
4 years, 10 months ago (2016-02-01 14:30:41 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1643363002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1643363002/1
4 years, 10 months ago (2016-02-01 14:38:26 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-01 15:03:05 UTC) #12
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/c3ff68b6b76ff1ffa1f6cd7c82181366020a0fe2 Cr-Commit-Position: refs/heads/master@{#33642}
4 years, 10 months ago (2016-02-01 15:03:31 UTC) #14
Riku Voipio
On 2016/02/01 15:03:31, commit-bot: I haz the power wrote: > Patchset 1 (id:??) landed as ...
4 years, 10 months ago (2016-02-10 12:48:29 UTC) #15
rmcilroy
On 2016/02/10 12:48:29, Riku Voipio wrote: > On 2016/02/01 15:03:31, commit-bot: I haz the power ...
4 years, 10 months ago (2016-02-10 13:25:44 UTC) #16
Jakob Kummerow
4 years, 9 months ago (2016-03-11 12:27:04 UTC) #17
Message was sent while issue was closed.
On 2016/02/10 12:48:29, Riku Voipio wrote:
> This appears to break v8 on arm64:

If I had to guess: https://codereview.chromium.org/1783343002 ;-)

Powered by Google App Engine
This is Rietveld 408576698