search for: 4afb303a

Displaying 3 results from an estimated 3 matches for "4afb303a".

Did you mean: 4af3903a
2009 Apr 07
0
[LLVMdev] Suggestion for VM porting to LLVM
Gabrielle, The way I see it, its pretty much the same thing... Conversion to LLVM-IR of a custom bytecode is the same as conversion to LLVM-IR of a custom language. The syntax of the 'custom language' just happens to be binary bytecode. On Sun, Apr 5, 2009 at 1:15 PM, Gabriele Farina <gabriele at sephiroth.it>wrote: > Hi, > > Isn't it intended to explain how to build
2009 Apr 07
1
[LLVMdev] Suggestion for VM porting to LLVM
...___ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090407/4afb303a/attachment.html>
2009 Apr 05
2
[LLVMdev] Suggestion for VM porting to LLVM
Hi, Isn't it intended to explain how to build a compiler for a custom language that targets LLVM-IR ? Is it useful also to understand how to build a VM that is meant to execute custom bytecode (converting it to LLVM-IR previously) ? Thanks, Gabriele Il giorno 05/apr/09, alle ore 11:36, Anton Korobeynikov ha scritto: > Hello, Gabriele > >> thanks for the suggestion. Do you