[PATCH] D126715: [coro async] Add code to support dynamic aligment of over-aligned types in async frames
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 31 15:26:28 PDT 2022
jyknight added a comment.
This is rather memory-inefficient, and it's quite a shame that the ABI was defined such as not to pass-down a "context_alignment" field next to "context_size" in the async_function_pointer struct, so that the allocator can DTRT. Oh well...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126715/new/
https://reviews.llvm.org/D126715
More information about the llvm-commits
mailing list