File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1748,8 +1748,8 @@ Currently, only the following parameter attributes are defined:
1748
1748
It is similar to ``byval`` in the regard that it is generally used to pass
1749
1749
structs and arrays by value, and the memory is caller-invisible when the
1750
1750
function returns. However, unlike ``byval``, it is intended for ABIs where the
1751
- *callee* allocates the hidden copy, rather than the caller . Stores that would
1752
- only be visible on the normal return path may be optimized out. Likewise,
1751
+ *callee* explicitly allocates the temporary copy. Stores that would only be
1752
+ visible on the normal return path may be optimized out. Likewise,
1753
1753
optimizations may assume that the pointer does not alias any memory that
1754
1754
outlives the call.
1755
1755
You can’t perform that action at this time.
0 commit comments