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]
Other format: [Raw text]

Re: Highlevel C Backend


On Fri, 9 Jun 2006, David Nicol wrote:

One imagines that one would construct a virtual machine architecture framework and then write a back-end that would generate "machine code" for that virtual machine, which would be a subset of ANSI C. Hey-presto, you then have a butt-ugly anything-to-ANSI-C translator, that (whoops) loses any back-end-specific optimizations.

For those who don't already know about it, LLVM (llvm.org) has a C back-end, among others.


- Joel


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