summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2018-02-05 23:09:13 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2018-02-05 23:09:13 +0000
commitea21100272c1076a34c34624a659a5a8e8ccaf76 (patch)
tree9919ae0cac7f1705e1031da442de4bf3a902ee0b /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
parent3c748e55d54e542ff15e6c0636ac77b7a492b8c9 (diff)
downloadbcm5719-llvm-ea21100272c1076a34c34624a659a5a8e8ccaf76.tar.gz
bcm5719-llvm-ea21100272c1076a34c34624a659a5a8e8ccaf76.zip
IRGen: Move vtable load after argument evaluation.
This change reduces the live range of the loaded function pointer, resulting in a slight code size decrease (~10KB in clang), and also improves the security of CFI for virtual calls by making it less likely that the function pointer will be spilled, and ensuring that it is not spilled across a function call boundary. Fixes PR35353. Differential Revision: https://reviews.llvm.org/D42725 llvm-svn: 324286
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud