docs(gc): add oscars parity matrix for the current boa_gc API surface#60
Closed
Flamki wants to merge 1 commit intoboa-dev:mainfrom
Closed
docs(gc): add oscars parity matrix for the current boa_gc API surface#60Flamki wants to merge 1 commit intoboa-dev:mainfrom
Flamki wants to merge 1 commit intoboa-dev:mainfrom
Conversation
nekevss
reviewed
Mar 25, 2026
| @@ -0,0 +1,174 @@ | |||
| # Boa GC API Parity Matrix | |||
Member
There was a problem hiding this comment.
hmmmm, this looks pretty good overall, but can you open this up as an issue rather than a notes file in this instance.
I think we'll get a lot more mileage out of it, where we can create sub issues with specific tasks.
Contributor
There was a problem hiding this comment.
yes, opening an issue makes sense, I was also thinking about doing something similar to track API parity. This way we can keep track of the progress more easily
Contributor
Author
|
Opened #63 to track the parity gaps in issue form as requested. Closing this PR in favor of the issue tracker entry so follow-up work can branch into smaller task-specific issues/PRs. |
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.
This PR adds a focused parity matrix for the current Boa-facing
boa_gcAPI surface and maps it against the currentoscarsmark-sweep implementation.What this adds
docs/boa_gc_api_parity.mddocs/boa_gc_api_surface.mdto current Oscars support status
Why
We already have:
#38#26#28What was still missing was a concrete parity view from "what Boa uses today" to "what Oscars currently supports".
That gap matters for:
#26Scope
Validation
cargo fmt --all -- --checkcargo test --workspace