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

[Draft][Mono] Refactor marshal-ilgen into marshal-ilgen and marshal-shared #68632

Closed
wants to merge 1 commit into from

Conversation

naricc
Copy link
Member

@naricc naricc commented Apr 28, 2022

This is in draft mode while I work out some build issues.

This PR refactors the marshallng ilgen and shared parts. This is one step in a change that will let move the legacy marshalling code into to a component; marshal-shared has the parts that will be shared by both legacy and ilgen. The next step is to factor out the legacy marhsalling code, and then move it into a component.

Once componentization is complete, the runtime size will be reduced by approxiamtely 100 KB (on x64) when the legacy component is not needed.

contributes to: #61685

@ghost ghost assigned naricc Apr 28, 2022
@naricc naricc closed this Apr 28, 2022
@ghost ghost locked as resolved and limited conversation to collaborators May 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant