v8-android-buildscripts
v8-android-buildscripts copied to clipboard
External snapshot file
Latest packages have snapshot bin as external files. Do envision to release a package with snapshots as non-external data ?
As I'm reading more carefully env.sh, I'm seeing that jit is disabled for non-external data:
https://github.com/Kudo/v8-android-buildscripts/blob/fe8482757c88b7289cc92ad6888596278372c471/scripts/env.sh#L55
Is it possible to have JIT and non-external data?
I've forked the repo and built v8 without external data + JIT. with 1.1000.4 tag. Everything went right. Is it possible to add a published package without the need of external data @Kudo ?