From: "Kingsbury, Michael" <[EMAIL PROTECTED]>

> The question was never asked, but what type of performance difference
> is seen with a perl2exe type compiler?  I develope scripts for
> Clearcase (a commercial CVS-type source revision control system) that
> are run when a file is checked in/out etc, and it runs per file.
> 
> -mike 

I believe you get no speed difference.
When you run the .exe the first time you might notice a tiny delay 
while it unpacks the DLLs into the temp directory, but I think that's 
about all.

The script and the modules are not really compiled, 
PerlApp/Perl2Exe just packs everything up as a single file.
I do not think it even precompiles the script+modules into 
bytecode, but that would also only affect the start delay. Not the 
execution.

Jenda

=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to