[PATCH] D11933: Extending debug ranges

Frederic Riss via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 08:18:26 PDT 2015


friss added a comment.

> c. Add "STATISTIC" to count the number of DBG_VALUE instructions inserted/deleted. I am not sure what benchmarks to exactly test.


The kind of numbers that I (and Adrian I'm pretty sure) wanted to see are more compiler performance numbers. You add a new pass that will have a cost, and we care a lot about -O0 -g compile times. So what is the cost of your new code in terms of compile time?


http://reviews.llvm.org/D11933





More information about the llvm-commits mailing list