Displaying 1 result from an estimated 1 matches for "d21170".
Did you mean:
521170
2016 Jun 09
6
Fwd: [RFC] LLVM Coroutines
...If we discover that the lifetime of a coroutine is fully enclosed in
the lifetime
of the caller, we remove dynamic allocation for coroutine frame and replace it
with an `alloca` on the caller's frame.
Please see doc/Coroutines.rst for more details:
doc/Coroutines.rst: http://reviews.llvm.org/D21170
IR/Intrinsics.td: http://reviews.llvm.org/D21169
Concerns:
=========
(This section assumes that you looked at doc/Coroutins.rst and IR/Intrinsics.td)
Invoke like intrinsics via call + conditional branch:
-----------------------------------------------------
The `llvm.experimental.coro.fork` an...