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

Issue 1218463004: PPC: Make context register implicit for CallInterfaceDescriptors (Closed)

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

PPC: Make context register implicit for CallInterfaceDescriptors Port 7015fd20531ee8498352f82d626c78023a1f6857 Original commit message: Up until now the context register was listed explicitly in each stub's CallInterfaceDescriptor. This was problematic, because it was listed first in the list of register parameters--which is fine for Crankshaft, which is more or less built to handle the context as the first parameter-- but not ideal for TurboFan, which adds the context at the end of all function parameters. Now the context register is no longer in the register list and can be handled appropriately by both compilers. Specifically, this allows the FunctionType specified for each CallInterfaceDescriptor to exactly match the parameter register list. R=danno@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com BUG= Committed: https://crrev.com/f4eb08f4f48af23324ace5de38ff74615ae1ba67 Cr-Commit-Position: refs/heads/master@{#29421}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -48 lines) Patch
M src/ppc/code-stubs-ppc.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ppc/interface-descriptors-ppc.cc View 12 chunks +27 lines, -39 lines 0 comments Download
M src/ppc/lithium-ppc.h View 2 chunks +10 lines, -2 lines 0 comments Download
M src/ppc/lithium-ppc.cc View 2 chunks +12 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
MTBrandyberry
5 years, 5 months ago (2015-07-01 13:29:24 UTC) #1
dstence
lgtm
5 years, 5 months ago (2015-07-01 13:38:56 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1218463004/1
5 years, 5 months ago (2015-07-01 13:43:14 UTC) #4
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 5 months ago (2015-07-01 14:21:08 UTC) #5
commit-bot: I haz the power
5 years, 5 months ago (2015-07-01 14:21:29 UTC) #6
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/f4eb08f4f48af23324ace5de38ff74615ae1ba67
Cr-Commit-Position: refs/heads/master@{#29421}

Powered by Google App Engine
This is Rietveld 408576698