Related articles |
---|
Survey of intermediate program representations? babic@cs.ubc.ca (Domagoj Babic) (2005-09-02) |
Re: Survey of intermediate program representations? koodailar@gmail.com (koodailar@gmail.com) (2005-09-14) |
RE: Survey of intermediate program representations? naveens@noida.hcltech.com (Naveen Sharma, Noida) (2005-09-15) |
Re: Survey of intermediate program representations? domagoj@engineer.com (Domagoj Babic) (2005-09-17) |
Re: Survey of intermediate program representations? sgganesh@gmail.com (Ganny) (2005-09-22) |
Re: Survey of intermediate program representations? manish.verma79@gmail.com (manish.verma) (2005-09-22) |
Re: Survey of intermediate program representations? DrDiettrich@compuserve.de (Hans-Peter Diettrich) (2005-09-25) |
Re: Survey of intermediate program representations? DrDiettrich@compuserve.de (Hans-Peter Diettrich) (2005-09-27) |
From: | Domagoj Babic <domagoj@engineer.com> |
Newsgroups: | comp.compilers |
Date: | 17 Sep 2005 13:57:31 -0400 |
Organization: | Department of Computer Science, UBC |
References: | 05-09-014 05-09-062 |
Keywords: | analysis |
Posted-Date: | 17 Sep 2005 13:57:31 EDT |
Hi,
Thx for the reply Naveen. Perhaps I should have described my
application in more detail. I'm interested in high-level IRs for
source to source transformations. I guess there should exist a more
detailed survey than what can be found in an average compiler book.
Thx.
Domagoj
Naveen Sharma, Noida wrote:
> koodailar@gmail.com wrote:
>
>>I Am Also Interested In This. It Seems That Different IR are for
>>different hardware. the only exception i know is RTL, register
>>transfer language for GCC> IR.
> RTL representation is machine independent, but actual RTL that GCC
> generates for a target is different for each target processor. RTL is
> a low level IR as far its classification is concerned.
>
> For the original question, IIRC different approaches to intermediate
> representations would be covered in most compiler texts. ...
Return to the
comp.compilers page.
Search the
comp.compilers archives again.