commit | 0a6433aff993bdbcf8313f17177719e0214d4836 | [log] [tgz] |
---|---|---|
author | Artem Pianykh <artem.pyanykh@gmail.com> | Fri Mar 14 15:08:40 2025 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Mar 14 08:12:11 2025 -0700 |
tree | 551a53c3293f654b60dc4c16724a061062fcb3e2 | |
parent | 153e3d6b6c5c911bc7212627aa8d3e12934655e1 [diff] |
[NFC][Coro] Use CloneFunctionInto for coroutine cloning instead of CloneFunction<Part> (#129149) 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 GitOrigin-RevId: 841f4637a078ce9adc5ef45f533a43bf7fbc7fc7