-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V8 startup snapshot #66
Comments
resources : https://github.com/electron/mksnapshot |
question on external data here : Kudo/v8-android-buildscripts#38 |
Having startup snapshot as external file is a bit painful:
Before doing more work on this task, here are the possibilities:
Repo important flag is here : https://github.com/Kudo/v8-android-buildscripts/blob/fe8482757c88b7289cc92ad6888596278372c471/scripts/env.sh#L51 |
Fixed by building and using V8 without external snapshot : https://github.com/CedricGuillemet/v8-android-buildscripts/actions/runs/7168604143 |
I've pinged the maintainer on v8-android repo and on X. |
Kudo is ok to release an package (jit + intl?) that doesn't need external startup data. I'll check with him the details |
fixed with #70 |
V8 allows (looks more mandatory) to use snap shots. Basically, it's the content of V8 memory after code parsing. It should be faster to load. Can we use it with Babylon.js instead of providing .js files? is it faster? lower footprint?
The text was updated successfully, but these errors were encountered: