RFC 0001: expand memory model to decision-ready proposal#70
Merged
Conversation
…e syntax + answers
This was referenced May 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pushes RFC 0001 (memory model) from "open design, here are options" to "specific proposal, here are answers." Open questions reduced from 10 to 3. Concrete syntax. Counterargument section. Implementation roadmap split into 5 phases.
This is the load-bearing language decision. The original RFC laid out the design space; this revision commits to specifics so the design can be reviewed, objected to, and (if accepted) implemented without further bikeshedding.
What changed
Added
'ain v0)Reduced from 10 to 3 open questions
Why now
Three downstream RFCs and several implementation issues wait on this:
Letting this sit in "open design" indefinitely costs more than committing to a specific proposal that can be objected to.
What this PR does NOT do
What unblocks next
Once accepted: Phase 1 implementation begins, with the type-system work landing first. Other RFCs (#48 sum types, #20 self-hosting) can start sketching their dependencies on the memory model with confidence.
If rejected: the next-most-likely path is per-tx arena (option C from the design space) as a stopgap, deferring full ownership to v1. The RFC body sketches that fallback.