Skip to content

Commit b20eb4a

Browse files
committed
mentioned inalloca parameters problem
1 parent 1638fd5 commit b20eb4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Coroutines.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ destroyed:
450450
Reaching Inside
451451
---------------
452452

453-
Coroutine author / front-end may designate a distinguished `alloca` that can be
453+
Coroutine author or front-end may designate a distinguished `alloca` that can be
454454
used to communicate with the coroutine.
455455

456456
.. code-block:: llvm
@@ -677,3 +677,5 @@ Areas Requiring Attention
677677

678678
#. Design a convention that would make it possible to apply coroutine heap
679679
elision optimization across ABI boundaries.
680+
681+
#. Cannot handle coroutines with inalloca parameters (used in x86 on Windows)

0 commit comments

Comments
 (0)