There was an error while loading. Please reload this page.
1 parent 1638fd5 commit b20eb4aCopy full SHA for b20eb4a
docs/Coroutines.rst
@@ -450,7 +450,7 @@ destroyed:
450
Reaching Inside
451
---------------
452
453
-Coroutine author / front-end may designate a distinguished `alloca` that can be
+Coroutine author or front-end may designate a distinguished `alloca` that can be
454
used to communicate with the coroutine.
455
456
.. code-block:: llvm
@@ -677,3 +677,5 @@ Areas Requiring Attention
677
678
#. Design a convention that would make it possible to apply coroutine heap
679
elision optimization across ABI boundaries.
680
+
681
+#. Cannot handle coroutines with inalloca parameters (used in x86 on Windows)
0 commit comments