mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The aging was causing elevated 9x percentile times after a long duration where no frames were rendered. The FILO queue behavior gives the fences the most time possible to signal and cause fewer GPU stalls. There are already no CPU stalls.