regression tested for m32r-elf with check-gcc and check-gdb on gcc11 in gcc svn & sourceware cvs from 20090317. A simple test shows that speed for allocating large memory areas is indeed improved on gcc11: amylaar@gcc11:~/20090317-z$ uname -a Linux gcc11 2.6.18-6-vserver-amd64 #1 SMP Fri Jun 6 05:50:26 UTC 2008 x86_64 GNU/Linux amylaar@gcc11:~/20090317/bld-m32r/gcc/testsuite/gcc$ time ~/20090317/bld-m32r/sim/m32r/run --memory-region 0,0x80000000 big.x real 0m3.180s user 0m1.488s sys 0m1.692s amylaar@gcc11:~/20090317/bld-m32r/gcc/testsuite/gcc$ time ~/20090317-z/bld-m32r/sim/m32r/run --memory-region 0,0x80000000 big.x real 0m0.069s user 0m0.060s sys 0m0.012s 2007-04-30 J"orn Rennecke Speed up simulator startup: * sim-utils.c (zalloc): Use xcalloc. Index: sim/common/sim-utils.c =================================================================== RCS file: /cvs/src/src/sim/common/sim-utils.c,v retrieving revision 1.9 diff -p -u -r1.9 sim-utils.c --- sim/common/sim-utils.c 14 Jan 2009 10:53:06 -0000 1.9 +++ sim/common/sim-utils.c 18 Mar 2009 18:42:18 -0000 @@ -52,15 +52,13 @@ along with this program. If not, see