HackerTrans
TopNewTrendsCommentsPastAskShowJobs

angrycoder

no profile record

comments

angrycoder
·15 anni fa·discuss
Regarding compiler passes in LLVM: Depending on the optimization level, different passes are run: for example at -O0 (no optimization) the Clang compiler runs no passes, at -O3 it runs a series of 67 passes in its optimizer (as of LLVM 2.8).

http://www.aosabook.org/en/llvm.html