summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/interpreter/main.c
diff options
context:
space:
mode:
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>2017-03-02 17:38:59 +0000
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>2017-03-02 17:38:59 +0000
commitdb8425eff02c69e9f8e59603e1b2808dbed56823 (patch)
tree9f951342dc8f8bc09612336c582e464066ec29dd /lldb/packages/Python/lldbsuite/test/python_api/interpreter/main.c
parent21bef2cb3c7fc2ef66caf07c070728e5a78e5c70 (diff)
downloadbcm5719-llvm-db8425eff02c69e9f8e59603e1b2808dbed56823.tar.gz
bcm5719-llvm-db8425eff02c69e9f8e59603e1b2808dbed56823.zip
[PowerPC][ELFv2ABI] Allocate parameter area on-demand to reduce stack frame size
This patch reduces the stack frame size by not allocating the parameter area if it is not required. In the current implementation LowerFormalArguments_64SVR4 already handles the parameter area, but LowerCall_64SVR4 does not (when calculating the stack frame size). What this patch does is make LowerCall_64SVR4 consistent with LowerFormalArguments_64SVR4. Committing on behalf of Hiroshi Inoue. Differential Revision: https://reviews.llvm.org/D29881 llvm-svn: 296771
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/main.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud