v8-android-buildscripts icon indicating copy to clipboard operation
v8-android-buildscripts copied to clipboard

V8 build scripts for React Native Android

Results 11 v8-android-buildscripts issues
Sort by recently updated
recently updated
newest added

Built on https://github.com/Sunbreak/v8-android-buildscripts/tree/7.8.1-asan ``` $ NO_INTL=1 ./scripts/build.sh ninja: Entering directory `out.v8.arm' ninja: no work to do. ninja: Entering directory `out.v8.x86' ninja: no work to do. ninja: Entering directory `out.v8.arm64' ninja:...

APP could crash when packaging the wrong `snapshot_blob.bin`

# Why fixes #38 # How introduce a new `v8-android-jit-nointl-nosnapshot` variant

**error msg:** at v8/build/install-build-deps.sh.rej --- build/install-build-deps.sh +++ build/install-build-deps.sh @@ -570,9 +570,9 @@ fi if package_exists libinput-dev; then dev_list="${dev_list} libinput-dev" fi -if package_exists snapcraft; then dev_list="${dev_list} snapcraft" -fi +# if package_exists...

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...

# Why try to figure out the V8 11.0 performance regression # How Build V8 10.0.139.9 on top of NDK r23 # Test Plan ci passed

# Why fix possible performance regression from v8 11.0 upgrade # How disable `v8_control_flow_integrity`

08-17 12:56:39.998 9282 9282 F DEBUG : backtrace: 08-17 12:56:39.998 9282 9282 F DEBUG : #00 pc 0000000000be4fd0 /data/app/~~Zwk5KPuMuVF2kZYkkGSRpg==/com.duowan.kiwi-GB6KY5f9ETKPJGAhjw6l-g==/lib/arm64/libv8android.so (v8::base::OS::Abort()+24) (BuildId: 5a876a0dc2619f0c) 08-17 12:56:39.998 9282 9282 F DEBUG : #01...