search for: racordon

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

Did you mean: racoon
2017 May 30
3
[frontend-dev][beginner] Allocation of structures
...use move semantics. * Second, would I use a non-void ret instruction to return the result of an alloca, when would the latter be destroyed? Would that involve a copy from the runtime stack of the callee to that of the caller? Thank you very much for your time and your answer, Best, Dimitri Racordon CUI, Université de Genève 7, route de Drize, CH-1227 Carouge - Switzerland Phone: +41 22 379 01 24 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170530/22b4026c/attachment.html>
2017 May 31
1
[frontend-dev][beginner] Allocation of structures
On Mon, May 29, 2017 at 6:14 PM, Dimitri Racordon via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi all, > > I’m pretty new to the list, and to LLVM in general, so please excuse my > extreme newbiesness. > > I’m trying to figure out what would be the appropriate way to implement > move semantics. > I’ve been try...