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: Code base to start a port


On Thu, Feb 15, 2001 at 12:34:57PM -0500, Alan Lehotsky wrote:
> I'm looking for any consensus as to what code base would be best to start a
> GCC port from.
> 
> This is strictly a C compiler project, no C++ is required.  I'm 
> trying to pick between
> using 2.95.3 which is very stable, obviously and using 3.0 which is 
> obviously still
> a little bit slushy.
> 
> Is there any particular optimization or other structural reasons to 
> prefer the 3.0 code base?
> For example, I would like to use the new peephole2 mechanisms (Is 
> that the right name for the
> new defines in the .md?) - I don't know if that's in 2.95.3 - I 
> suspect it's not.

If you use 2.95.3, then you will have a big flag day when you do try to merge
up to the current revision, since you will be getting 2 years of changes at
once.

-- 
Michael Meissner, Red Hat, Inc.  (GCC group)
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA
Work:	  meissner@redhat.com		phone: +1 978-486-9304
Non-work: meissner@spectacle-pond.org	fax:   +1 978-692-4482


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