Commit 42726a3
committed
[NFC][Coro] Use CloneFunctionInto for coroutine cloning instead of CloneFunction<Part>
Summary:
CloneFunctionInto now is fast on its own and we don't need to use
CloneFunctionAttributes/Metadata/Body separately.
CommonDebugInfo in CoroClone is now unused and is cleaned up separately
in the next diff in the stack.
Test Plan:
ninja check-all
stack-info: PR: #129149, branch: users/artempyanykh/fast-coro-upstream-part2-take2/71 parent 2773399 commit 42726a3
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
922 | 922 | | |
923 | 923 | | |
924 | 924 | | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | | - | |
930 | | - | |
931 | | - | |
932 | | - | |
| 925 | + | |
| 926 | + | |
933 | 927 | | |
934 | 928 | | |
935 | 929 | | |
| |||
0 commit comments