[LLVMdev] Alice / ML and C--/llvm

Chris Lattner sabre at nondot.org
Thu Aug 3 11:50:40 PDT 2006


On Thu, 3 Aug 2006, Guillaume FORTAINE wrote:
> I found this link : http://www.cminusminus.org with a front-end for ML
> Is it possible to do the same thing for llvm.
> What is the best framework ? : c-- or llvm

You're asking on an LLVM mailing list, so the answer is clear: LLVM.  :)

C-- is still a "researchy" implementation of a compiler backend that is 
missing many pieces, isn't very stable, and produces extremely inefficient 
code.  LLVM provides a superset of what C-- does: the one exception is 
that C-- does (currently) have better support for tail calls.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list