Skip to content

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 20 Jul 19:26
  • Added a bounded fixed-worker compilation scheduler with deduplication, priorities, deadlines, cancellation, telemetry, and deterministic shutdown.
  • Added deterministic multi-producer scheduler stress with native compilation, cache publication, installed consumption, and ThreadSanitizer coverage.
  • Added asynchronous baseline-to-optimized tiering, cache reuse, cancellation, waiting, and telemetry to Lua, QuickJS, and PocketPy.
  • Stabilized the Lua/LuaJIT gate with longer order-balanced sampling while retaining its original performance floors.
  • Added CFG Float64 guards, checked PocketPy loop division, ordered comparisons, and exact typed signature retention.
  • Added canonical guard and safepoint stack maps with bounded live-value capture and generation-stable reconstruction.
  • Added typed deoptimization recovery for arguments, constants, guarded values, optimized value remapping, and cached leases.
  • Added transactional object materialization with cyclic graphs, logical-frame installation, commit, and exactly-once rollback.
  • Added bounded OSR entry with typed frame plans, generation-stable transfers, concurrent tier switching, and exit reconstruction.
  • Added configurable compilation budgets for IR, CFG, metadata, code bytes, and untrusted frontend source.
  • Added one-line English/Chinese release-note count parity to release metadata validation.