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: EGCS Installation



  In message <199808250551.WAA00775@cygnus.com>you write:
  > Also, could anyone give me some pointers to info on some of the internal
  > workings of the compiler. For the moment, I'm just curious :) But if I know
  > /how/ the copmiler does things, it will probably help me writing cleaner
  > code, and it may mean that I contribute some way to the egcs development
  > (Don't hold me to this, though <grin>). 
Well, the internal representation and a brief high level description
of the compiler can be found in the gcc manual which is installed
in gnu-info form during the install process.

To understand the nuts and bolts you have to actually read the code
though :-)
jeff


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