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

Remove Regex.Replace call in D3DCompiler #553

Merged
merged 1 commit into from
Sep 9, 2023
Merged

Conversation

Sergio0694
Copy link
Owner

Closes #550

Description

This PR removes the Regex.Replace call in D3DCompiler, saving ~780 KB in a NativeAOT binary 🚀

@Sergio0694 Sergio0694 added the optimization 🚀 Performance improvement to existing APIs label Sep 2, 2023
@Sergio0694 Sergio0694 merged commit f28fdd0 into main Sep 9, 2023
48 checks passed
@Sergio0694 Sergio0694 deleted the dev/drop-d2d1-regex branch September 9, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization 🚀 Performance improvement to existing APIs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regex use in D3DCompiler causes ~800 KB binary size increase with NativeAOT
2 participants