choose ART compilation defaults #423

Closed
thestinger opened this Issue Sep 8, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@thestinger
Contributor

thestinger commented Sep 8, 2016

The JIT compiler has been disabled along with JIT profiling, for security reasons.

The usage of profiles for ahead-of-time verification and compilation has also been disabled, by turning up those compilation settings to covering everything.

The base system will always be fully ahead-of-time compiled (WITH_DEXPREOPT=true WITH_DEXPREOPT_BOOT_IMG_ONLY=false) using position independent code (WITH_DEXPREOPT_PIC).

There are still decisions to make about ahead-of-time compilation and the interpreter. It is currently set to interpret-only for install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment