Hacker News new | ask | show | jobs
by abarth 803 days ago
On iOS, the code that you've modified runs in an interpreter but code you haven't changed runs the existing fully optimized AOT code that's already in your app.
1 comments

So Code Push would be best suited for bug fixes that you need an immediate fix for, with the regular App/Play Store best for feature releases?
That’s the intent, yes.