e75f3a8aed
We can save a little bit of time in this loop by iterating directly over the windowSlots array instead of iterating through children and then performing a search for the windowSlot. This saves more time and we only spend 2.2 ms instead of 2.3 ms in vfunc_allocate() now. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1743>