Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Just quickly measured the number of entries increased by this patch (for test-suite/SingleSource/Benchmarks/Misc-C++-EH/spirit.cpp):
$ ~/llvm/llvm-project/build_rel_exp/bin/clang++ -O3 -w -S -ftime-trace spirit.cpp ... $ wc -l spirit*json 2540 spirit.be.json 3438 spirit.be.O3.json 2429 spirit.nobe.json 3028 spirit.nobe.O3.json
Here be/nobe -- with/without this patch (backend/no backend), O3 -- with -O3 option. So most of the entries are still on the FE side.