forgetting to make gc frames for simple functions for code reflection #57400
Labels
compiler:codegen
Generation of LLVM IR and native code
display and printing
Aesthetics and correctness of printed representations of objects.
In v1.12 I noticed we are not showing the gc frame anymore for simple functions like this which don't end up needing to use ptls anywhere and don't have the swiftself argument. I suspect it is an interaction with removing ptls in codgen (when we already have swiftself) and skipping gc rooting in functions without either that or swiftself:
The text was updated successfully, but these errors were encountered: