Skip to content
#

inline-caching

Here is 1 public repository matching this topic...

A compact, single-pass SSA-style bytecode compiler and stack VM for a subset of CPython 3.13 syntax. Hand-written lexer, Pratt-precedence parser that emits bytecode directly (no AST), and a threaded-code interpreter with per-instruction inline caching. Built for deterministic execution in sandboxed and embedded environments (≈130 KB WASM release).

  • Updated May 2, 2026
  • Rust

Improve this page

Add a description, image, and links to the inline-caching topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the inline-caching topic, visit your repo's landing page and select "manage topics."

Learn more