每日 Harness 开源 · Source
返回本期 · Back to 2026-07-07

开源 / 项目 · Projects2026-07-07 · Tuesday, July 7, 2026

Python 3.14 compiled to metal - no interpreter

github.com原文 ↗

Python 3.14 compiled to metal - no interpreter
`pon` 是 Rust 写的 Python 3.14 JIT/AoT native compiler,没有解释器和 bytecode,模块经 ruff parser 降到共享 IR 后交给 Cranelift 生成机器码。项目还包含 runtime、Green Tea GC、package manager 和 differential conformance suites。README 当前状态写得很克制:JIT 有 209 个 CPython corpus 模块字节一致,AoT 有 172 个模块通过,同时 CPython full test、stdlib 补齐和性能 ratchet 仍在路线图上。
浏览

评论 · Comments