[flang-commits] [flang] [RFC][flang] Trampolines for internal procedures. (PR #66157)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Mon Sep 18 05:51:45 PDT 2023
Leporacanthicus wrote:
I'm looking into how clang does this, but the example as given produces some really complicated indirection (to do with how `std::function` is implemented). If I try to simplify it so it's possible to understand what goes on, it decides that "well, I can just call the function inside the function anyway"... :(
https://github.com/llvm/llvm-project/pull/66157
More information about the flang-commits
mailing list