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: Using GCC as code generator


On Fri, 2003-01-24 at 12:50, Hong Lin wrote:
> Hi, 
> I am currently exploring the possibility of using gcc backend to generate
> binary code from an intermediate representation. I appreciate very much if
> anyone could point me to any references or give any suggestions. In
> particular, I need to find out the answer for
> 1. Up to dated specification of the intermediate representation that gcc
> uses (tree, RTL)

This is in the documentation available on gcc.gnu.org.

> 2. the way to invoke gcc backend independantly of the frontend

This is not possible, and unlikely necessary for what your aims are.

-eric

-- 
Strapping on the jetpack...


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