This is the mail archive of the gcc-patches@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]

Re: bunch of small speed patches


Geoffrey Keating wrote:

These are a collection of small speed patches.  They do make the
compiler faster, but not by a significant amount; they're mostly
cleanups to make understanding certain behaviour easier.

The two 'make X a string' changes combine to reduce the size of the
identifier hash table by about 1% on my testcase.  I'll next see what
happens if you remove all the GIMPLE temporary variables from the
table.

Bootstrapped & tested on powerpc-darwin, except that libjava didn't
build because the Makefile wanted VMFile.java and I don't have one.


Should be fixed since this morning.


And libjava is the part which _needs_ a speed up.

Andreas


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