in reply to faster start of "exe" generated by pp

Can you try
pp -o hello.exe --clean hello.pl

and run it without PAR_GLOBAL_TEMP being set?

Cheers, CHristoph

Replies are listed 'Best First'.
Re^2: faster start of "exe" generated by pp
by Dirk80 (Pilgrim) on Apr 08, 2011 at 11:25 UTC

    Wow, thank you. This really helped.

    The first time start of the exe is much faster as before. Nearly as fast as when I start it the second time.