Crates.io | ristretto_jit |
lib.rs | ristretto_jit |
version | 0.26.0 |
created_at | 2025-04-10 03:19:10.674054+00 |
updated_at | 2025-08-21 22:01:34.588131+00 |
description | JVM JIT Compiler |
homepage | |
repository | https://github.com/theseus-rs/ristretto |
max_upload_size | |
id | 1627576 |
size | 425,538 |
Ristretto JIT provides a Just-In-Time compiler for the Ristretto VM. The JIT compiler generates native code from Ristretto VM bytecode, allowing for high-performance execution directly on the host machine. The library supports both standard platforms and WebAssembly targets with tailored compilation strategies. The appropriate compiler is automatically selected based on the target platform.
The JIT compiler follows a multi-stage compilation pipeline:
The JIT compiler automatically adapts to the target platform:
Current limitations include:
<init>
) are supportedLicensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.