PrebuiltLoader optimization for dyld

iOS now has a pre-build closure optimization for launch, so how do I know if my app launches with a pre-build closure optimization?

In what way can I check that my application has a pre-built closure at startup?

how do I know if my app launches with a pre-build closure optimization?

Are you looking for an API for this? If so, to what end?

Are are you trying to check this while testing your app?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

PrebuiltLoader optimization for dyld
 
 
Q