From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Edelsohn To: Richard Henderson , "David S. Miller" Cc: gcc@gcc.gnu.org Subject: Re: Faster compilation speed Date: Wed, 14 Aug 2002 17:02:00 -0000 Message-id: <200208150002.UAA27596@makai.watson.ibm.com> References: <20020814233528.GA14557@redhat.com> X-SW-Source: 2002-08/msg00886.html The patch does improve the cache behavior: Source I/D$ miss -O2 I/D$ miss -O0 ------ ------------- ------------- reload.c 22 -> 23.4 22 -> 23.9 insn-recog.c 29 -> 30.3 23 -> 24.6 David