This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Porting GCC to MMIX
- To: Hans-Peter Nilsson <hp at bitrange dot com>
- Subject: Re: Porting GCC to MMIX
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 31 Jan 2000 18:00:16 -0700
- cc: gcc at gcc dot gnu dot org, mmixmasters at mmixmasters dot org
- Reply-To: law at cygnus dot com
In message <Pine.BSF.4.10.10001302333070.12456-100000@dair.pair.com>you write
:
> Question to the GCC steering committee, mmixmasters and those
> who care: Is it best (for some definition of best), that all
> work be done here in the GCC project, or should we return with
> something that 1) compiles, 2) something that can compile
> something else, or 3) a complete port, or 4) none of the above?
There is no simple answer. Though I would tend to wait until #2 or #3
before asking to include the port in GCC, though discussing issues as
you deal with problems in #1 and #2 on the lists is strongly recommended.
That's typically how we do things inside Cygnus for new ports -- once the
port is generating code we tend to check it in, then checkin incremental
changes on top of that as we progress from #2 to #3. We discuss issues on
our lists throughout the process.
jeff