search for: 2cb41244

Displaying 2 results from an estimated 2 matches for "2cb41244".

2010 Jun 12
0
[LLVMdev] experimenting with partial evaluation
...; preds = %bb, %entry ret i32 1 } Specialized fib(2)=1 -------------- next part -------------- A non-text attachment was scrubbed... Name: j.cpp Type: application/octet-stream Size: 1409 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100612/2cb41244/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: lli.diff Type: application/octet-stream Size: 3057 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100612/2cb41244/attachment-0001.obj>
2010 Jun 11
2
[LLVMdev] experimenting with partial evaluation
Hello ! I wanted to experiment with partial evaluation and llvm seems to be the right tool for this, but since I'm new to it of course I'm a bit lost ! I'll try to explain what I want to do in the simplest possible way : I have a C program. In this program, there is a function f( a,b ). I have a value A for a. I want to specialise f() so I get a function fA( b ) which is the same as