search for: d7a39ddc

Displaying 3 results from an estimated 3 matches for "d7a39ddc".

2011 Oct 04
0
[LLVMdev] LLVM IR is a compiler IR
On Oct 4, 2011, at 4:31 PM, Talin wrote: > > This sounds interesting. I did not get what is a ``rich type system to > express all of the DWARF semantics''. Could you show an example > program that the rich type system can define, but the current IR fails > to present? And how does it improve the IR? > > One thing you would need is the ability to assign names to
2011 Oct 04
2
[LLVMdev] LLVM IR is a compiler IR
...u every possible feature of C++, you can't take an arbitrary C++ program and expect to compile it in managed mode. > -Chris > -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111004/d7a39ddc/attachment.html>
2011 Oct 04
2
[LLVMdev] LLVM IR is a compiler IR
On Tue, Oct 4, 2011 at 3:54 PM, Jianzhou Zhao <jianzhou at seas.upenn.edu>wrote: > On Tue, Oct 4, 2011 at 6:36 PM, Renato Golin <rengolin at systemcall.org> > wrote: > > Hi Talin, > > > > I too agree 100% with Dan's words, and this could be a good pointer > > for Jin-Gu Kang to continue on his pursuit for a better > > target-independent bitcode.