search for: 010996

Displaying 5 results from an estimated 5 matches for "010996".

Did you mean: 10996
2007 Nov 25
0
[LLVMdev] OCaml
...l bindings in bindings/ocaml (...). They > do indeed look quite complete but I can't find any examples using > them. See an example here, which an Ocaml program to emit the bitcode for a "hello world" program: http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-October/010996.html > I think a translation of the tutorial would be most welcome and > about 10x shorter. ;-) Ah, maybe. Patches are welcome. :) — Gordon P.S. > the OCaml bindings in bindings/ocaml (rather than the ones in test/ > Bindings/OCaml!). The latter directory contains tests of t...
2012 Jul 24
0
Gluster client disconnects
...gh the transfers. It seems this happens when there is higher load on the system. I've tried a lot of searching and different things including replacing network driver with newest igb, and removing firewall entirely. I posted some info here: http://gluster.org/pipermail/gluster-users/2012-July/010996.html but didn't get any feedback. It seems it's the client mount dropping out, not the other nodes. How can I fix this please? Thank you, James -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 byte...
2007 Nov 25
9
[LLVMdev] OCaml
Hi! I just took another look at the LLVM project and it has come along in leaps and bounds since I last looked. I've been working through the (awesome!) tutorial and am now really hyped about the project. I am particularly interested in using LLVM to write compilers for OCaml-like languages in OCaml-like languages. This requires some core functionality that would be generically useful:
2007 Nov 25
5
[LLVMdev] OCaml
...ml (...). They > > do indeed look quite complete but I can't find any examples using > > them. > > See an example here, which an Ocaml program to emit the bitcode for a > "hello world" program: > > http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-October/010996.html > > > I think a translation of the tutorial would be most welcome and > > about 10x shorter. ;-) > > Ah, maybe. Patches are welcome. :) Wow, this is just great! I had to tweak your example to get it to compile. Some of the function names and signatures have changed (I...
2007 Nov 25
1
[LLVMdev] OCaml bindings
...o indeed look quite complete but I can't find any examples >>> using them. >> >> See an example here, which an Ocaml program to emit the bitcode for >> a "hello world" program: >> >> http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-October/010996.html >> > > Wow, this is just great! > > I had to tweak your example to get it to compile. Some of the > function names and signatures have changed (I'm using CVS LLVM) so > I've updated them and just thrown away the booleans you were passing > (no idea what...