> On Mar 10, 2015, at 9:35 AM, Michael Kuperstein > <[email protected]> wrote: > > When measuring the effect on total compilation time, did you measure release > or debug builds? > The effect on debug builds may be much more significant, because it uses the > just-built debug tablegen to generate the files, which can be incredibly slow.
There is a patch to solve that: http://reviews.llvm.org/D7349 — Mehdi > > > REPOSITORY > rL LLVM > > ================ > Comment at: lib/Target/BPF/CMakeTblGen.txt:6 > @@ +5,3 @@ > +tablegen(LLVM BPFGenAsmWriter.inc -gen-asm-writer) > +tablegen(LLVM X86GenAsmMatcher.inc -gen-asm-matcher) > +tablegen(LLVM BPFGenDAGISel.inc -gen-dag-isel) > ---------------- > This should probably be BPF > > http://reviews.llvm.org/D8195 > > EMAIL PREFERENCES > http://reviews.llvm.org/settings/panel/emailpreferences/ > > > > _______________________________________________ > llvm-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
