perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

blib.pm dont shell out to "cmd.exe" on Win32+Win32.pm

Open bulk88 opened this issue 1 year ago • 0 comments

-document Internals::getcwd() enough, with scary warnings, for future core devs, or CPAN devs. A permanent reason for Internals::getcwd() to exist on Win32 full perl was found. See code comments. -optimize a bit the built-in perl core cwd() XSUBs, use TARG, and group stack manipulation together for C compiler variable liveness reasons aka less variables to save in non-vol regs or on C stack around function calls.


  • This set of changes requires a perldelta entry, and it is included.

bulk88 avatar Oct 20 '24 16:10 bulk88