Re: Running GHC on the IBM Cell

2007-01-04 Thread Simon Marlow
Suter, Jaap wrote: I'm trying to get GHC to run on the Cell processor. Cool :) That is, just on the PPU PowerPC side. The SPUs will continue to run C programs, managed and driven by a Haskell manager on the PPU. I'm mostly interested in GHC for its concurrency features (STM in particular).

Re: Running GHC on the IBM Cell

2007-01-04 Thread Simon Marlow
Bulat Ziganshin wrote: Hello Jaap, Friday, December 22, 2006, 9:45:39 PM, you wrote: * Are the .hc files cross-platform? just want to mention that jhc compiler generates pure ansi c code. may be it's better suit your needs? It's all very well generating pure ANSI C code - GHC can do tha

Re: Running GHC on the IBM Cell

2006-12-23 Thread Bulat Ziganshin
Hello Jaap, Friday, December 22, 2006, 9:45:39 PM, you wrote: > * Are the .hc files cross-platform? just want to mention that jhc compiler generates pure ansi c code. may be it's better suit your needs? -- Best regards, Bulatmailto:[EMAIL PROTECTED]

Running GHC on the IBM Cell

2006-12-22 Thread Suter, Jaap
Hello, I'm trying to get GHC to run on the Cell processor. That is, just on the PPU PowerPC side. The SPUs will continue to run C programs, managed and driven by a Haskell manager on the PPU. I'm mostly interested in GHC for its concurrency features (STM in particular). Not knowing much about G