3 Commits

Author SHA1 Message Date
Carlos Seo
c6e69b041a
[Flang][Docs] Update information about AArch64 trampolines (#100391)
Commits c4b66bf and 7647174 add support for AArch64 trampolines. Updated
documentation to reflect the changes.
2024-07-24 18:14:05 -03:00
Kiran Chandramohan
3f743fd3a3
[Flang][Docs] Fix lexer issue in Driver and Trampoline doc (#72322)
Allowed lexers are documented in https://pygments.org/docs/lexers/.
2023-11-15 04:53:42 +00:00
Slava Zakharin
e5944c980b
[RFC][flang] Trampolines for internal procedures. (#66157)
I would like to start a discussion about the ways for modifying
the current trampolines approach for Fortran internal procedures
used as actual arguments or pointer targets.

As Peter Klausler noted before the current approach implies security
risks due to writeable and executable stack requirement. We may need
to agree on a new scheme that does not have this issue.
2023-10-23 14:07:18 -07:00