in reply to Win32 unthreaded perl builds: To USE_MULTI or not ?
MULTIPLICITY—what USE_MULTI sets—allows multiple interpreters to exist in the same process.[1]
This is required to support threads (including the fork emulation on Windows). It's also required to embed multiple instances of the Perl interpreter into a (non-Perl) program.
Feel free to build without MULTIPLICITY if you don't need those things. It heard it gives a 10% performance boost.
I don't know what PERL_IMPLICIT_SYS—what USE_IMP_SYS sets—does, so I can't help there.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Win32 unthreaded perl builds: To USE_MULTI or not ?
by syphilis (Archbishop) on Jul 31, 2025 at 03:48 UTC | |
by ikegami (Patriarch) on Jul 31, 2025 at 15:48 UTC | |
by syphilis (Archbishop) on Aug 01, 2025 at 02:12 UTC |