Replies: 1 comment
-
|
Yes, we are already working on string concat optimizations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any plans to support string concatenations in the constant folder? I have hacked together a working implementation, though it's "unsafe" as it creates StringRefs out of thin air. I'm not sure about the performance impact as I haven't written enough tests to do a proper benchmark, but I think it's worth looking into.
Beta Was this translation helpful? Give feedback.
All reactions