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

[compiler] fix compile_condition not attempting macro expansion #3030

Merged
merged 1 commit into from Sep 25, 2023

Conversation

ManDude
Copy link
Member

@ManDude ManDude commented Sep 25, 2023

Ancient bug! This results in a 1%-2% decrease in code object file size (and more importantly the asm is more readable).

Fixes #3029

@ManDude ManDude merged commit 9b60afe into master Sep 25, 2023
10 checks passed
@ManDude ManDude deleted the d/fix-compile-condition-macro-bug branch September 25, 2023 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[compiler] compile_condition does not expand macros before optimization
1 participant