On 11/10/23 17:22, Patrick O'Neill wrote:
On 11/10/23 03:00, Prathamesh Kulkarni wrote:
On Thu, 5 Oct 2023 at 00:00, Brendan Shanks<bsha...@codeweavers.com> wrote:
Hi,
This patch implements pex_unix_exec_child using posix_spawn when
available.
This should especially benefit recent macOS (where vfork just calls
fork), but should have equivalent or faster performance on all
platforms.
In addition, the implementation is substantially simpler than the
vfork+exec code path.
Tested on x86_64-linux.
Hi Brendan,
It seems this patch caused the following regressions on aarch64:
I'm also seeing the same failures on risc-v targets bisected to this commit.
My tester flagged it on ppc64le.
I've got Richi's testsuite adjustment in my local tree for testing.
Figure results on ppc64le sometime tomorrow.
jeff