Displaying 1 result from an estimated 1 matches for "964102".
Did you mean:
764102
2018 Mar 07
2
Commit module to Git after each Pass
Today it is entirely in llvm. It is even more costly than -print-after-all
as it:
- print to file
- print the entire module (after each basic block, for basic block
passes, it will still print the entire module where only one basic block
changed)
- call git 2 times (add then commit) and wait for them to finish (I even
save all the empty commits)
The reason I print the entire module is so