Skip to content

Conversation

@fitzgen
Copy link
Member

@fitzgen fitzgen commented Sep 18, 2024

Follow up to #9275

I opted not to move the translate_struct_get et al methods to GcCompiler because their implementation should be identical across all GC strategies (and therefore all GcCompiler implementations). But I did the other suggested clean ups, which cut down on overall boilerplate quite a bit.

This way we don't even need to stub out a no-op GC compiler when GC is disabled
at compile time.
This lets us differentiate between common code that is needed for any GC
compiler implementation and DRC-specific code.
@fitzgen fitzgen requested a review from a team as a code owner September 18, 2024 18:56
@fitzgen fitzgen requested review from alexcrichton and removed request for a team September 18, 2024 18:56
@alexcrichton alexcrichton added this pull request to the merge queue Sep 18, 2024
Merged via the queue into bytecodealliance:main with commit 0499754 Sep 18, 2024
@fitzgen fitzgen deleted the less-gc-compiler-boilerplate branch September 18, 2024 20:35
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.

2 participants