about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm
diff options
context:
space:
mode:
authorSimonas Kazlauskas <git@kazlauskas.me>2021-06-26 23:53:35 +0300
committerSimonas Kazlauskas <git@kazlauskas.me>2021-06-30 19:45:17 +0300
commit9b67cba4f6294e0db900397cdf5c59c1dc901ade (patch)
tree5f9e9ce96b1e1c32d448d8daa1ba0c9f18bb947e /src/test/codegen/src-hash-algorithm
parent3ddb78a34608848a60f6ca5b6ccfde8340302372 (diff)
downloadrust-9b67cba4f6294e0db900397cdf5c59c1dc901ade.tar.gz
rust-9b67cba4f6294e0db900397cdf5c59c1dc901ade.zip
Add support for leaf fn frame pointer elimination
This PR adds ability for the target specifications to specify frame
pointer emission type that's not just “always” or “whatever cg decides”.

In particular there's a new mode that allows omission of the frame
pointer for leaf functions (those that don't call any other functions).

We then set this new mode for Aarch64-based Apple targets.

Fixes #86196
Diffstat (limited to 'src/test/codegen/src-hash-algorithm')
0 files changed, 0 insertions, 0 deletions