Enable interprocedural optimization#326
Conversation
|
Thanks for the PR! Could you check how these flags compare to configuring CMake with It might be necessary to place these compile flags in the |
|
master on -DCMAKE_BUILD_TYPE=Release: with this PR: Things get inlined this way, but with this PR it's somehow even faster. Seems |
|
Hi @Komzpa - do you plan to debug the test failures in this diff? |
|
@nrabinowitz feel free to take over it. I currently can't allocate a large chunk of attention to give an estimate when I'll look at it next. |
without inlining:
with inlining:
Addresses #325.