Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the GcRuntime::alloc_raw trait method #9271

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Sep 17, 2024

And do some minor refactors to the DRC collector to build other allocation methods on top of that one internally.

This method will be used in forthcoming PRs implementing the struct.new[_default] instructions, where a libcall does the actual allocation, but Wasm code performs field initialization inline.

And do some minor refactors to the DRC collector to build other allocation
methods on top of that one internally.

This method will be used in forthcoming PRs implementing the
`struct.new[_default]` instructions, where a libcall does the actual allocation,
but Wasm code performs field initialization inline.
@fitzgen fitzgen requested a review from a team as a code owner September 17, 2024 22:03
@fitzgen fitzgen requested review from alexcrichton and removed request for a team September 17, 2024 22:03
@alexcrichton alexcrichton added this pull request to the merge queue Sep 17, 2024
Merged via the queue into bytecodealliance:main with commit dc97fe0 Sep 17, 2024
39 checks passed
@fitzgen fitzgen deleted the gc-raw-alloc branch September 17, 2024 23:02
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.

None yet

2 participants