search for: junchao

Displaying 2 results from an estimated 2 matches for "junchao".

2010 Jan 19
4
[LLVMdev] Can I port LLVM as a source-to-source compiler?
...hree reasons: 1) using C as the output, it gets more portability. 2) leverage the front ends of existing compilers. 3) leverage optimizations in existing compilers. I wonder if LLVM is suitable for this kind of work. Can LLVM experienced users give me some hints on this topic? Thanks in advance. Junchao Zhang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100118/000cff95/attachment.html>
2010 Jan 19
0
[LLVMdev] Can I port LLVM as a source-to-source compiler?
On Mon, Jan 18, 2010 at 9:58 PM, Junchao Zhang <junchao.zhang at gmail.com> wrote: > Hello, > I am working in a project on a parallel programming language. I want to base > our language on Java or C/C++. But Java is preferred. > > Many similar projects adopts a source-to-source methodology, e.g., Berkeley > UPC(usi...