Open
Description
Feature or enhancement
Proposal:
Xcode 16.3 seems to be getting a mixture of LLVM 17-19 features. It may be possible preserve_none
ends up in there. If so, it would significantly boost interpreter performance if we can enable it.
https://developer.apple.com/documentation/xcode-release-notes/xcode-16_3-release-notes
We should play around with Xcode 16.3 and at least verify that it can/cannot support [[clang::musttail]]
and __attribute__((preserve_none))
.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response