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: Converting the gcc backend to a library?


> Date: Tue, 11 Jan 2000 01:40:01 +0100
> From: "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>

> I think if such a technology ever succeeds, you'd have the back-end
> directly produce machine code, instead of going through assembly
> language. Of course, then you lose all the existing back-ends...

No, not really.  You just unify the backends with opcodes/*...  it all
falls out kinda naturally I bet.  Also, one then notices the
redundancy between those files and eliminates it.  :-)

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