Skip to content

Commit 0cb3ce5

Browse files
committed
[SIL] Doc: Tweaked {load,store}_unowned comment.
1 parent 8cea33a commit 0cb3ce5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/SIL.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5285,7 +5285,8 @@ positive. Otherwise, traps.
52855285

52865286
This operation must be atomic with respect to the final ``strong_release`` on
52875287
the operand (source) heap object. It need not be atomic with respect to
5288-
``store_unowned`` or ``load_unowned`` operations on the same address.
5288+
``store_unowned`` or ``load_unowned``/``strong_copy_unowned_value`` operations
5289+
on the same address.
52895290

52905291
store_unowned
52915292
`````````````
@@ -5305,7 +5306,8 @@ The storage must be initialized iff ``[init]`` is not specified.
53055306

53065307
This operation must be atomic with respect to the final ``strong_release`` on
53075308
the operand (source) heap object. It need not be atomic with respect to
5308-
``store_unowned`` or ``load_unowned`` operations on the same address.
5309+
``store_unowned`` or ``load_unowned``/``strong_copy_unowned_value`` operations
5310+
on the same address.
53095311

53105312

53115313
fix_lifetime

0 commit comments

Comments
 (0)