yrnkrn
No user record in our sample, but yrnkrn has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but yrnkrn has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Note warp commits, the project is not too active. Maybe it's mature enough and requires few updates, I don't know as zapcc uses the clang Preprocessor and not warp. https://github.com/facebook/warp/commits/master
You are correct, zapcc should be compared only to clang from the same svn. clang to gcc is another matter altogether. Even in first compilation, zapcc will cache between the first and second files compiled. The only…
We frequently merge with llvm svn, last time three days ago. It is a pain but that's the price to keep up with such a dynamic project. We do upstream enhancements and bug fixes for clang and LLVM code, see the…
The optimizer is not disabled, few global optimizations are. The speedup is mostly the result of not having to reparse the headers, reinstantiate and codegen the generated templated code rather than skip minor opts.…
We (zapcc) do nothing for link acceleration or debug info. The standard system linker is used. zapcc works well for C++ templates found in all modern C++ libraries.
I am the prinicipal developer of zapcc. We have added a FAQ http://www.zapcc.com/faq/ and more tech details in the cfe-dev mailing list http://lists.cs.uiuc.edu/pipermail/cfe-dev/2015-May/043174.h... To the point, zapcc…