Skip to content

Commit

Permalink
[Coroutines][Docs] Remove frame packing as a TODO
Browse files Browse the repository at this point in the history
This has already been done by @rjmccall in D76526 (49e5a97), and
9514c04. We should remove this from the docs.

Differential Revision: https://reviews.llvm.org/D90550
  • Loading branch information
atmnpatel committed Nov 2, 2020
1 parent 5cb8d93 commit eed8df6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions llvm/docs/Coroutines.rst
Expand Up @@ -1535,10 +1535,6 @@ earlier passes.

Areas Requiring Attention
=========================
#. A coroutine frame is bigger than it could be. Adding stack packing and stack
coloring like optimization on the coroutine frame will result in tighter
coroutine frames.

#. Take advantage of the lifetime intrinsics for the data that goes into the
coroutine frame. Leave lifetime intrinsics as is for the data that stays in
allocas.
Expand Down

0 comments on commit eed8df6

Please sign in to comment.