diff options
author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2017-03-02 17:38:59 +0000 |
---|---|---|
committer | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2017-03-02 17:38:59 +0000 |
commit | db8425eff02c69e9f8e59603e1b2808dbed56823 (patch) | |
tree | 9f951342dc8f8bc09612336c582e464066ec29dd /lldb/packages/Python/lldbsuite/test/python_api/interpreter/main.c | |
parent | 21bef2cb3c7fc2ef66caf07c070728e5a78e5c70 (diff) | |
download | bcm5719-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