7 unstable releases (3 breaking)
Uses new Rust 2024
0.20.0 | Jun 6, 2025 |
---|---|
0.19.2 | May 31, 2025 |
0.18.1 | May 5, 2025 |
0.17.0 | Apr 10, 2025 |
#400 in Cryptography
595 downloads per month
Used in 2 crates
(via ristretto_vm)
1MB
23K
SLoC
Ristretto JIT
Overview
Ristretto JIT is an implementation of a Java Virtual Machine (JVM) Just-In-Time (JIT) compiler written in Rust. It dynamically compiles Java bytecode to native machine code at runtime to improve performance.
Features
- Fast execution through native code generation
- Automatic optimization of bytecode
- Control flow graph analysis
- Platform-specific compilation for x86-64, aarch64 (aka ARM64), s390x (aka IBM Z) and riscv64
- Comprehensive error handling
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
Contribution
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.
Dependencies
~1–9.5MB
~97K SLoC