<div dir="ltr">Unless you need the actual Debug build for anything, maybe try sticking to assertions and a release build? (-DLLVM_ENABLE_ASSERTIONS=ON -DCMAKE_BUILD_TYPE=Release) Release build is fast, small, and with enough assertions (and maybe putting "llvm/Support/Debug.h" into the file and calling the frontend with -debug?) you could get most of the stuff you need for debugging.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Jan Ryšavý via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> ezt írta (időpont: 2020. febr. 17., H, 10:19):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">We are using Clang LibTooling for source-to-source conversion. Size of converted headers is around 10MB.<br>
<br>
Release version of our conversion utility works fine, but debug version is spending 20 seconds in clang::ParseAST.<br>
<br>
Is there any chance how to speed up parsing, for example using precompiled headers (or storing parsed AST)?<br>
<br>
Could you please point me in the right direction?<br>
<br>
Best regards<br>
Jan Rysavy<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</blockquote></div>