mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
No reason to defer encoding. Just like cmd buffers, we can immediately encode this. Reduce heap allocation of command objects, which were additionally stored in unique ptrs for extra memory inefficiency.