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]

Re: Performance of egcs on Alpha hardware


> It would be interesting to know what they meant by "massive changes  
> to the front end" of the (Fortran) compiler.

I don't know, but there has been talk about re-doing the C/C++
front-end so that entire function bodies are represented using
tree nodes, rather than just generating tree nodes for each
statement, generating rtl for a single statement, and then
throwing away the tree node.

Representing an entire function body as a tree node should
allows us to do more high-level optimizations.

	--Per Bothner
Cygnus Solutions     bothner@cygnus.com     http://www.cygnus.com/~bothner


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