Branch: refs/heads/smoke-me/jkeenan/wong/spawn-v1
Home: https://github.com/Perl/perl5
Commit: dfa4ff7376a527af6d34d042b127c9d0e133d248
https://github.com/Perl/perl5/commit/dfa4ff7376a527af6d34d042b127c9d0e133d248
Author: Eric Wong <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
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: 935b42974ebe131d956c9bd32f961cf95bf53101
https://github.com/Perl/perl5/commit/935b42974ebe131d956c9bd32f961cf95bf53101
Author: Eric Wong <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
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: 15907d3af9df81c1aea9469b866b09d3fae70628
https://github.com/Perl/perl5/commit/15907d3af9df81c1aea9469b866b09d3fae70628
Author: James E Keenan <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M AUTHORS
Log Message:
-----------
Keep porting/authors.t happy
Compare: https://github.com/Perl/perl5/compare/dfa4ff7376a5%5E...15907d3af9df