[Bug 240548] x11-toolkits/vte3: Loops over all possible file descriptors

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 21 10:18:57 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240548

Adriaan de Groot <adridg at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adridg at freebsd.org

--- Comment #8 from Adriaan de Groot <adridg at freebsd.org> ---
So the Phab review is accepted but not landed; in the meantime vte3 has a
similar performance problem (it loops over all **possible** file descriptors
and runs a callback, rather than iterating over **open** file descriptors) as
xfce / mc had. That performance problem is described in the linked PR 236815
(open).

This change is accepted upstream (see linked URL)but might not be in any
release yet.

I'll +1 this change and the other one, based **also** on vague memories of
doing exactly this in some KDE code as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-desktop mailing list