Skip to content

feat(compiler): allocate locals per script frame - #24

Open
fffonion wants to merge 1 commit into
feat/invocation-item-streamfrom
fix/frame-aware-local-allocation
Open

feat(compiler): allocate locals per script frame#24
fffonion wants to merge 1 commit into
feat/invocation-item-streamfrom
fix/frame-aware-local-allocation

Conversation

@fffonion

@fffonion fffonion commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • make named-call liveness, interference, and local-pressure diagnostics frame-aware
  • classify callable materialization and omit hidden callable slots for direct-only script functions
  • add static CallScript execution across interpreter, no-std, JIT, native, and AOT backends with VMBC v12 documentation and tests

Stack

Layer 12 of 14
Previous: #23
Next: #25

Validation

  • cargo fmt --all -- --check
  • cargo test --locked --workspace
  • cargo test --locked --workspace --all-features
  • cargo clippy --locked --workspace --all-targets -- -D warnings
  • cargo clippy --locked --workspace --all-targets --all-features -- -D warnings

@fffonion
fffonion force-pushed the fix/frame-aware-local-allocation branch from b61c891 to 9db3f79 Compare August 12, 2026 05:43
@fffonion
fffonion force-pushed the fix/frame-aware-local-allocation branch from 9db3f79 to b244007 Compare August 12, 2026 05:50
Sign up for free to 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