Erick Tryzelaar
2008-Mar-30 10:04 UTC
[LLVMdev] first two chapters for the ocaml bindings in svn
Chapters 3 and 4 are now in subversion: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl3.html?view=co http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl4.html?view=co These modules add support for codegen and jitting. Control structures are next :)
Erick Tryzelaar
2008-Mar-31 08:56 UTC
[LLVMdev] first two chapters for the ocaml bindings in svn
The full series of the ocaml tutorial is done! You can find it here: http://llvm.org/docs/tutorial/ Please let me know if you have any comments, bugs, suggestions, and etc. I'll send a mail to the ocaml mailing list tomorrow to drum up some interest from the other ocaml users.
Jon Harrop
2008-Sep-20 17:57 UTC
[LLVMdev] first two chapters for the ocaml bindings in svn
On Monday 31 March 2008 09:56:45 Erick Tryzelaar wrote:> The full series of the ocaml tutorial is done! You can find it here: > > http://llvm.org/docs/tutorial/ > > Please let me know if you have any comments, bugs, suggestions, and > etc. I'll send a mail to the ocaml mailing list tomorrow to drum up > some interest from the other ocaml users.I think your new OCaml tutorials and the original C++ ones are absolutely brilliant! I do have one minor concern and that is that 25% of the tutorial covers lexing and parsing which is unrelated to LLVM. I would have expected a trivial dozen-line parser in OCaml following by lots of LLVM-specific stuff instead. I also have two main requests for further tutorials: . More about performance, e.g. what might a compiler using LLVM be expected to do itself in order to obtain decent performance and how easily can competitive performance (e.g. comparable with gcc) be obtained for simple examples. . More about GC, e.g. a walkthrough of a really simple implementation for a garbage collected language like the old LLVM-based Scheme implementation with the Cheney semispace collector. Fantastic work so far though. Thank you! -- Dr Jon Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/?e
Maybe Matching Threads
- [LLVMdev] first two chapters for the ocaml bindings in svn
- [LLVMdev] first two chapters for the ocaml bindings in svn
- [LLVMdev] first two chapters for the ocaml bindings in svn
- [LLVMdev] first two chapters for the ocaml bindings in svn
- [LLVMdev] first two chapters for the ocaml bindings in svn