search for: 28534ba8

Displaying 3 results from an estimated 3 matches for "28534ba8".

2011 Jul 03
0
[LLVMdev] LLVM and managed languages
Hi Talin, Interesting post, On Jul 1, 2011, at 11:05 AM, Talin wrote: > Garbage collection is still way too difficult. The biggest problem is the inability to track SSA values - it requires the > Light-weight coroutines would be a "nice to have", as would better concurrency primitives. These are things I could Tackling the "still way too difficult" and "should
2011 Jul 05
2
[LLVMdev] LLVM and managed languages
...to choose from, just like we provide a > standard optimization sequence which clients can choose to use or not. > > -Chris > -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110705/28534ba8/attachment.html>
2011 Jul 01
10
[LLVMdev] LLVM and managed languages
So I've been using LLVM for about 4 years now, and I've posted a lot on this list about specific issues. What I would like to do is step back for a moment and give my "big picture" assessment of LLVM overall, particularly with respect to developing a "managed" language like Java / C# or my own language, Tart. Obviously, I feel that LLVM is the best choice out there,