LazyField explicitly registers `ArenaDtor` for destructing the lazy Cord contents which is particularly heavily used in extension sets. This is inefficient as it requires an indirect thunk call into the lazy field instance which then itself calls the Cord destructor. We can directly register the Cord for destruction which results in half the cleanup space (Tagged cleanup), and a direct call into the Cord destructor. PiperOrigin-RevId: 491379222pull/11054/head
parent
f3873dd6fc
commit
d5f759f7a4
1 changed files with 0 additions and 1 deletions
Loading…
Reference in new issue