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

String concat const folding #2061

Merged
merged 7 commits into from
Nov 17, 2024
Merged

Conversation

ike709
Copy link
Collaborator

@ike709 ike709 commented Oct 25, 2024

Moves string concat const folding from DMASTFolder to the peephole optimizer.

Not super useful until #2059 is resolved

@boring-cyborg boring-cyborg bot added the Compiler Involves the OpenDream compiler label Oct 25, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@wixoaGit
Copy link
Member

This could end up with dead strings on the string table that aren't referenced by anything. Not an immediate problem, but I'd like for there to be a TODO or an issue opened so it's not forgotten about.

@wixoaGit wixoaGit enabled auto-merge (squash) November 17, 2024 02:14
@wixoaGit wixoaGit merged commit 46b206a into OpenDreamProject:master Nov 17, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler Involves the OpenDream compiler size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants