Displaying 3 results from an estimated 3 matches for "tailcall10".
Did you mean:
tailcall1
2007 Sep 06
0
[LLVMdev] RFC: Tail call optimization X86
And here are some tests to go with the patch.
So far i only tested on darwin-x86.
regards arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tailcall10-tests.patch
Type: application/octet-stream
Size: 98081 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070906/53c3dab2/attachment.obj>
2007 Sep 06
2
[LLVMdev] RFC: Tail call optimization X86
...s.
(callee has more args than caller -> there needs to be space
between RETADDR stack slot and ebp/spilled registers for safely
moving the RETADDR to)
any comments, critique, suggestions welcome.
regards arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tailcall10.patch
Type: application/octet-stream
Size: 43991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070906/270e6d7a/attachment.obj>
2007 Sep 11
0
[LLVMdev] RFC: Tail call optimization X86
...m described in X86ISelLowering.cpp comments.
> (callee has more args than caller -> there needs to be space
> between RETADDR stack slot and ebp/spilled registers for safely
> moving the RETADDR to)
>
> any comments, critique, suggestions welcome.
> regards arnold
>
> <tailcall10.patch>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev