vortex-jit 0.3.0

Rust bindings for the VORTEX JIT compiler — a profile-guided optimizing JIT with input-shape-keyed profiles, phase partitioning, ensemble aggregation, T1 code persistence, and append-only crash-safe profile patching.
docs.rs failed to build vortex-jit-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

VORTEX JIT — Rust Bindings

Safe Rust bindings for the VORTEX JIT compiler, a profile-guided optimizing JIT with features no production JIT has:

  • Input-shape-keyed profiles (Sprint 4) — the novel differentiator
  • Phase-aware profile partitioning (Sprint 2)
  • Ensemble profiles with robust aggregation (Sprint 3)
  • T1 code persistence — cold-start killer (Sprint 5)
  • Append-only crash-safe profile patching (Sprint 6)
  • Confidence-gated tier promotion (Sprint 1)