Related articles |
---|
standard intermediate representation for C/C++ ? martin@CS.UCLA.EDU (1992-04-30) |
Re: standard intermediate representation for C/C++ ? macrakis@osf.org (1992-05-05) |
Re: standard intermediate representation for C/C++ ? martin@CS.UCLA.EDU (1992-05-07) |
Re: standard intermediate representation for C/C++ ? sdm@cs.brown.edu (1992-05-08) |
Re: standard intermediate representation for C/C++ ? root@grok19.columbiasc.NCR.COM (Dave Howell) (1992-05-11) |
Re: standard intermediate representation for C/C++ ? dalamb@qucis.queensu.ca (1992-05-13) |
ANDF preston@dawn.cs.rice.edu (1992-05-13) |
Re: standard intermediate representation for C/C++ ? rascal@verdix.com (1992-05-14) |
Re: standard intermediate representation for C/C++ ? bevan@computer-science.manchester.ac.uk (Stephen J Bevan) (1992-05-15) |
Re: ANDF nickh@CS.CMU.EDU (1992-05-15) |
Re: standard intermediate representation for C/C++ ? macrakis@osf.org (1992-05-15) |
[5 later articles] |
Newsgroups: | comp.compilers |
From: | Dave Howell <root@grok19.columbiasc.NCR.COM> |
Keywords: | C, tools |
Organization: | NCR Corp |
Date: | Mon, 11 May 1992 16:49:48 GMT |
>Is there a standard or widely accepted definition of an intermediate
>representation for ANSI C or for C++?
It's a shot in the dark, but what about OSF's ANDF format? It is much
higher level than GNU RTL, but does it keep enough of the source code
struture to be useful? Possibly. I've been out of this loop for some time
but I looked into it a year and a half ago. It should be fairly standard
by now.
Dave Howell
[I believe that ANDF is quite low level, considering that one of its goals
is to make it difficult to reverse-engineer compiled programs. And does
anyone actually use it? -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.