RE: GHC API: Access to nativeCodeGen?

2005-07-18 Thread Simon Marlow
On 18 July 2005 12:01, Peter A Jonsson wrote: Ok, I gave it a spin, that was interesting. Things I wrote down while looking at it that might be of interest to others: I tried to build with gcc 3.4.1 and it didn't work very well. Found a mail from November 2004 (Message-Id: [EMAIL

Re: GHC API: Access to nativeCodeGen?

2005-07-04 Thread Donald Bruce Stewart
pj: Hello, I would like to use nativeCodeGen outside of GHC to generate code from an IR. The IR would be produced by a third party program, not the GHC frontend. Looking at CVS HEAD I can see that GHC.hs exports plenty of things (for the GHC API I presume), but I can't find anything

RE: GHC API: Access to nativeCodeGen?

2005-07-04 Thread Simon Marlow
On 04 July 2005 12:44, Peter A Jonsson wrote: [EMAIL PROTECTED] (Donald Bruce Stewart) writes: pj: I would like to use nativeCodeGen outside of GHC to generate code from an IR. The IR would be produced by a third party program, not the GHC frontend. Looking at CVS HEAD I can see that