search for: 1a970e4b

Displaying 2 results from an estimated 2 matches for "1a970e4b".

2007 Aug 20
0
[LLVMdev] ocaml+llvm
...nfo in the code generator though.. Would it be sufficient to use domination information from the LLVM representation for liveness analysis? — Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070820/1a970e4b/attachment.html>
2007 Aug 20
2
[LLVMdev] ocaml+llvm
On Aug 14, 2007, at 4:35 AM, Gordon Henriksen wrote: > On Aug 14, 2007, at 06:24, Gordon Henriksen wrote: > >> The two major problems I had really boil down to identifying GC >> points in machine code and statically identifying live roots at >> those GC points, both problems common to many collection >> techniques. Looking at the problem from that perspective