Peter Tanski wrote:
A closely related task would be making GHC "Windows-native," or at least able to use other Windows C compilers, especially Microsoft's CL which would have much better support for interoperating between unmanaged C code and the CLR: here I am referring to using the /clr switch on any wrappers for calls from .net (managed) code. I can at least help with porting GHC to use a different C compiler.
I think this is a good idea, in fact I've suggested it before. We wouldn't be able to compile via-C using the MS C compiler, because adapting the mangler is too much work, but in any case we want to move away from the mangler and use the native code generator instead.
I've created a Task: http://hackage.haskell.org/trac/ghc/ticket/989 Cheers, Simon _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc