cppcon2017
cppcon2017 copied to clipboard
Optimizing compilation times of Generated Code with Templates
Could you update the repo with the llvm upstreaming status? The linked llvm patches are abandoned or in limbo. Newest development seems to be https://reviews.llvm.org/D47196 but also a bit stalled...
In your talk, you mentioned that these tools can also used with gcc. Does gcc need to be patched as well to get this info? Thanks!
It brings in several unmentioned dependencies (so far I ran into `libssl`, `bison`, `flex` and `mstch` being required and missing), and I am not sure if that is there for...
This should fix some potential trouble when the script fails (ie missing dependency).