[flang-commits] [flang] [WIP] [flang] Always lower ALLOCATE/DEALLOCATE to runtime calls. (PR #133238)

Michael Klemm via flang-commits flang-commits at lists.llvm.org
Thu Apr 3 07:40:54 PDT 2025


mjklemm wrote:

> Why? What is the rational? What is the use case? Going through the runtime is not good for simple cases.

The current pattern makes it rather hard to replace the default `malloc` allocator and plugin a different one.

https://github.com/llvm/llvm-project/pull/133238


More information about the flang-commits mailing list