[PATCH] D18092: Swift Calling Convention: add swifterror attribute

John McCall via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 11:47:04 PDT 2016


rjmccall added a comment.

The convention allows a pointer-sized variable to be passed by reference more efficiently than simply passing a pointer to memory, as long as the variable doesn't actually need to be addressable.


http://reviews.llvm.org/D18092





More information about the llvm-commits mailing list