[TIMOB-6937] iOS: Pre-compile library for development to speed up application launch times from full compile
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | planning-3.2.0 |
Reporter | Jeff Haynie |
Assignee | Eric Merriman |
Created | 2011-12-29T18:11:59.000+0000 |
Updated | 2018-08-02T17:31:46.000+0000 |
Description
one of the things i would like to see to speed up development and the first run experience is a pre-compile of the dev library so that the first simulator launch is fast. right now, each new project requires a full compile (with debug settings and all symbols included).
it would be nice for simulator only (can't use this for test on device or distribute since it will cause all symbols to be used) to be ship a pre-compiled .a/.jar that could be used for dev and fast launch.
FWIW, in Android, all of our Java code and V8 bindings are currently pre-compiled (to .jar / .so).. The only thing that needs compiling is initial generated Java code from the app and then the Dex process which is an all-or-nothing operation (a .dex archive can't be updated currently using the dx compiler)