Displaying 1 result from an estimated 1 matches for "2612b39d".
Did you mean:
261239
2018 Jan 28
1
count how many basic block executed
Hi John,
Thanks a lot for the reply! I try mem2reg opt and also implement the algorithm proposed in "Efficiently Counting Program Events with Support for On-line Queries" to place the local counter smarter. If I build the executable by using -O0, the overhead would be 20% - 30%. But if I build the executable by using -O2, the overhead would be more than 3X. I feel instrumenting counter