Jonah Williams e0c237cffb [Impeller] Remove impeller::Path copy constructor. (flutter/engine#48616)
From looking at profiles, we're always copying paths at least once when recording commands. By deleting the copy constructor, I cna ensure that we're always either moving or explicitly cloning the Path object.

Or, now that I fixed all the moves I could add the copy constructor back.
2023-12-05 00:01:14 +00:00
Languages
Dart 75%
C++ 16.5%
Objective-C++ 2.9%
Java 2.8%
Objective-C 0.7%
Other 1.9%