Replies: 2 comments
-
I will work on this. I'll let you know once this is implemented. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is implemented in #832. |
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.
-
Currently the release flags optimize aggressively through -O3, but they omit link time optimization!
I compiled from source with
-flto
enabled and the executable size of poac went down from 876 KB to 748 KB, it is reasonable to assume that this also leads to a speedup in the tool itself, however, I did not run benchmarks.This could be an easy performance win for release builds of
poac
.Beta Was this translation helpful? Give feedback.
All reactions