Looks like this thread is dead/dying, but figured I should reply with
my test findings. The number of out-of-line calls (as determined by:
make mrproper && make defconfig && make && objdump -d vmlinux | grep
"call.*\<memset" | wc -l))
gcc 4.2.4 - withOUT memset patch: 20
gcc 4.2.4 - with memset patch: 365
gcc 3.4 - withOUT memset patch: 17
gcc 3.4 - with memset patch: 349
I'm guessing this is probably not acceptable, so I won't bother
installing/trying gcc-3.2 unless anyone thinks that a 300+ increase in
out-of-line calls is OK.