On Tue, 18 Mar 2025, Corinna Vinschen wrote: > Fodder for future Cygwin development: > > If you have other ideas what could be helpful for Cygwin, don't be shy > to add it to this thread. Ideally with the intention to look into > implementing it by yourself, but at least a certain willingness to look > into the source code and discuss potential ways to implement it given > the current framework.
I periodically think about posix_spawn and the potential to fast-path simple cases to one of the spawn functions instead of a fork/exec. This should give a relatively good effort to performance improvement ratio. Also, the idea to use udis86 (or some other disassember library) to find_fast_cwd on x64, and adding code for arm64 hosts (which I've already prototyped but not tried to integrate into Cygwin).