You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
I was playing with zstd yesterday. The Makefile is easy to play with, just do:
(Aside) The zstd runtime was worse worse with Souper. Is Souper is breaking cache boundaries or branch predictions?
I noticed Souper had a really hard time spreading load across cores when compiling a wllvm fat IR file.
Is there a flag I am missing to break Z3 solves into smaller chunks, or should I noodle on a PR?
Also, similer to gcc -fverbose-asm, how would you get the optimizations Souper produces printed as assembler comments?