Commit f71d6b8
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 a73e948 commit f71d6b8
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
924 | | - | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | | - | |
930 | | - | |
931 | | - | |
| 924 | + | |
| 925 | + | |
932 | 926 | | |
933 | 927 | | |
934 | 928 | | |
| |||
0 commit comments