Due to very limited memory amounts, I would like to modify the size of the counters (currently 64 bits) used for coverage data with gcov (gcc -fprofile-arcs -ftest-coverage), and need some guidance in order to achieve this.
Is it possible to alter the size of the counters without modifying and recompiling gcc?
If 1 is not possible, what parts of gcc need to be altered in order to use 32 bit (or even smaller) counters instead?
Thank you in advance for any input that may be helpful.