[flang-commits] [flang] [RFC][flang] Trampolines for internal procedures. (PR #66157)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Mon Sep 18 07:44:44 PDT 2023
klausler wrote:
Lambdas are function objects; their `operator()` is a non-`static` member function, so `this` is set by the caller. The address of a lambda is a data address, not code. C/C++ don't have internal functions in the sense that Fortran does.
https://github.com/llvm/llvm-project/pull/66157
More information about the flang-commits
mailing list