converting a loop to bzero

Ayal Zaks ZAKS@il.ibm.com
Thu May 1 21:05:00 GMT 2003


I'm considering a transformation aimed at recognizing loops that zero an
array and converts them into calls to bzero. In bzip2 there is such a loop
which can benefit from such a transformation in environments that have
optimized bzero. Where would be an appropriate place to implement such a
"loop-conversion" optimization in gcc?

Ayal.



More information about the Gcc mailing list