Basic v8 native wrapper lifecycle management. GC hooks.
Category Archives: android
V8 inspector from an embedder standpoint
Debug v8 in dev tools. Architecture and how to.
Android v8 embedding guide
How to embed V8 in Android. Project setup.
Squeezing v8 startup time 2
Faster v8 startup times. Extracting and storing Bytecode cache.
Compiled v8
several arm and arm64 pre-compiled and ready to use v8 versions.
Compile v8 arm, arm64, ia32
Working script to compile v8 for different architectures.
Squeezing v8 startup time
On my day to day job, v8 in present most of the time. One philosophical foundation of our product is startup time, and all time taken from startup to the first frame drawn must be lowered as much as possible. This startup time is composed of many different steps, from GL context initialization, to scriptContinue reading “Squeezing v8 startup time”