search for: 9be2c498

Displaying 3 results from an estimated 3 matches for "9be2c498".

2007 Aug 14
0
[LLVMdev] ocaml+llvm
On Mon, 13 Aug 2007, Gordon Henriksen wrote: >> The table is a contract between the specific codegen you're using and the >> GC runtime you're using. This contract is specific to the current ocaml >> code generator. > > Ocaml is compiled statically; this isn't an ephemeral link from JIT to > runtime as might be the case for a Java or Perl program.
2007 Aug 14
2
[LLVMdev] ocaml+llvm
On 2007-08-13, at 16:33, Chris Lattner wrote: >> The biggest problem is a data structure called the frame table, a >> simple structure for which LLVM seems ill-prepared. For each call >> site in the program, ocaml emits an entry into this table: >> >> key : the return address of the call site >> value : the stack offset of every variable live
2007 Aug 14
4
[LLVMdev] ocaml+llvm
...le from > using LLVM code though. Exactly. ocaml is written in itself, so there's little likelihood of that becoming a problem. :) — Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070814/9be2c498/attachment.html>