This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

converting a loop to bzero


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]