Re: binary tcl scripts? is it possible? is it faster ?



Arjen Markus napisał(a):
Well, the statement says that there is no particular advantage
in saving and loading the byte-compiled scripts - as far as speed is concerned.


It does not mean that using byte-compilation makes the scripts
execute slower. Quite the contrary!

I hope you remember that even if you give Tcl the "raw" source, it will bytecode compile it the same way 'tclcompiler' and 'tbcload' packages do it.


This was invented for obfuscation and code protection.

--
WK
.