You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[+0-all-args] Remove autoreleasepool on non-x86_64 platforms from String stubs.
This is only necessary on x86-64. On arm/arm64 we are already ok since the
assembly marker that we use there does not suffer from this issue.
For x86-64 we need to solve the problem upstream by not tailing calling
objc_retainAutoreleasedReturnValue.
rdar://38675842
0 commit comments