Skip to content

plan(vm): define wide local bytecode - #25

Closed
fffonion wants to merge 12 commits into
fix/frame-aware-local-allocationfrom
plan/wide-local-bytecode
Closed

plan(vm): define wide local bytecode#25
fffonion wants to merge 12 commits into
fix/frame-aware-local-allocationfrom
plan/wide-local-bytecode

Conversation

@fffonion

@fffonionfffonion commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • define wide local load and store opcodes while preserving compact short-slot encodings
  • carry normalized u16 local slots through VMBC, debugger, interpreter, JIT, native, AOT, wasm, and no-std consumers
  • require the completed frame-aware allocation work so wide bytecode addresses only genuine same-frame pressure

Stack

Layer 13 of 14
Previous: #24
Next: #26

Validation

  • cargo fmt --all -- --check
  • git diff --check

@fffonion

Copy link
Copy Markdown
CollaboratorAuthor

Superseded by #14 and #24. The canonical roadmap records wide-local bytecode as inactive for current Agent scope; the retained frame-local compiler work is in #24.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@fffonion