summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-10-07 22:28:58 +0000
committerReid Kleckner <rnk@google.com>2019-10-07 22:28:58 +0000
commitf9b67b810e2d413606b0d5891ed9477d819bcab9 (patch)
treef5bc8a674f930c49b92f653ea7e46be53f13c084 /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp
parentdaeead4b02f062bf5a21e154ab7726b3e1dd41bd (diff)
downloadbcm5719-llvm-f9b67b810e2d413606b0d5891ed9477d819bcab9.tar.gz
bcm5719-llvm-f9b67b810e2d413606b0d5891ed9477d819bcab9.zip
[X86] Add new calling convention that guarantees tail call optimization
When the target option GuaranteedTailCallOpt is specified, calls with the fastcc calling convention will be transformed into tail calls if they are in tail position. This diff adds a new calling convention, tailcc, currently supported only on X86, which behaves the same way as fastcc, except that the GuaranteedTailCallOpt flag does not need to enabled in order to enable tail call optimization. Patch by Dwight Guth <dwight.guth@runtimeverification.com>! Reviewed By: lebedev.ri, paquette, rnk Differential Revision: https://reviews.llvm.org/D67855 llvm-svn: 373976
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud