Re: Mixing mmix and C code?

"Tommy Thorn" <tommy.thorn@gmail.com>
19 Oct 2006 11:13:42 -0400

          From comp.compilers

Related articles
Mixing mmix and C code? nhbfluci@rrzn-user.uni-hannover.de (Luciano) (2006-10-10)
Re: Mixing mmix and C code? tommy.thorn@gmail.com (Tommy Thorn) (2006-10-11)
Re: Mixing mmix and C code? nhbfluci@rrzn-user.uni-hannover.de (Luciano) (2006-10-16)
Re: Mixing mmix and C code? tommy.thorn@gmail.com (Tommy Thorn) (2006-10-17)
Re: Mixing mmix and C code? danwang74@gmail.com (Daniel C. Wang) (2006-10-17)
Re: Mixing mmix and C code? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2006-10-17)
Re: Mixing mmix and C code? tommy.thorn@gmail.com (Tommy Thorn) (2006-10-19)
| List of all articles for this month |

From: "Tommy Thorn" <tommy.thorn@gmail.com>
Newsgroups: comp.compilers
Date: 19 Oct 2006 11:13:42 -0400
Organization: Compilers Central
References: 06-10-03406-10-050 06-10-065 06-10-069
Keywords: GCC
Posted-Date: 19 Oct 2006 11:13:41 EDT

glen herrmannsfeldt wrote:
> I haven't followed MMIX lately. Is there a C compiler to generate
> MMIX code?


GCC includes backend support for MMIX. This work was done by Hans-Peter
Nilsson. From what I have tried it appears complete, but there is
plenty of room for improvements in the generated code. I added a few
patterns to get rid of the redundant zero-extends after LDB, LDW, etc.
but there is much more that could be done.


Regards,
Tommy


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.