1 Repo
Processes for persisting compiled bytecode to non-volatile storage for later reuse.
Distinct from Source-to-Bytecode Compilers: Distinct from Source-to-Bytecode Compilers by focusing on the persistence (serialization) of the bytecode rather than the transformation process.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Bytecode Serialization. Refine with filters or upvote what's useful.
Duktape is an embeddable JavaScript engine and portable scripting runtime designed for integration into C and C++ applications. It functions as a lightweight ECMAScript runtime that provides a C-JavaScript bridge for exchanging data and invoking functions between native code and a script execution environment. The engine includes an ECMAScript bytecode compiler that allows for the serialization and caching of compiled functions to disk to reduce application startup time. It organizes script dependencies using a CommonJS-compliant module loader. The runtime covers a variety of capabilities in
Enables the serialization of compiled function bytecode to disk to improve execution speed and startup time.