search for: reallyconcern

Displaying 1 result from an estimated 1 matches for "reallyconcern".

2004 Oct 05
1
[LLVMdev] help with llvm.
> >> I am interested in implementing a compiler very much like llvm but >> with >> very very modest goals. I just want to have a intermediate Abhijit, Although LLVM has a large code base, the LLVM IR is about as simple as a compiler IR can get without becoming trivial. And writing a useful language front-end (say, C) is a lot of work, no matter how simple the IR. If