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).
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
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]
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