mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
We generally do not use a for loop for worklist iteration since one runs into weird issues around always needing to recompute the worklist size since it may change per iteration. In contrast, using the while loop approach that just pops off the back avoids such implicit weirdness.
13 KiB
13 KiB