Branch: refs/heads/smoke-me/jkeenan/wong/spawn-v1
Home: https://github.com/Perl/perl5
Commit: 21b3a6b1daed13d14d0a03f806055c4be60b43be
https://github.com/Perl/perl5/commit/21b3a6b1daed13d14d0a03f806055c4be60b43be
Author: Eric Wong <[email protected]>
Date: 2020-01-20 (Mon, 20 Jan 2020)
Changed paths:
M util.c
Log Message:
-----------
use posix_spawn for popen_list and popen
On Linux with glibc 2.24+, posix_spawn uses CLONE_VFORK by
default to speed up process spawning where regular fork()
performance degrades as process size increases.
Commit: e09b8a2947cb38b38ae440ea4a4adad1aa692200
https://github.com/Perl/perl5/commit/e09b8a2947cb38b38ae440ea4a4adad1aa692200
Author: Eric Wong <[email protected]>
Date: 2020-01-20 (Mon, 20 Jan 2020)
Changed paths:
M pp_sys.c
Log Message:
-----------
use posix_spawn for pp_system
Starting with glibc 2.24, posix_spawn uses CLONE_VFORK by
default to speed up process spawning on large processes.
Commit: 073b6dd08d140a11bef418d72b3d7d6e554925de
https://github.com/Perl/perl5/commit/073b6dd08d140a11bef418d72b3d7d6e554925de
Author: James E Keenan <[email protected]>
Date: 2020-01-20 (Mon, 20 Jan 2020)
Changed paths:
M AUTHORS
Log Message:
-----------
Keep porting/authors.t happy
Compare: https://github.com/Perl/perl5/compare/15907d3af9df...073b6dd08d14