Re: is SKILL++ compiled?



camelot wrote, on 05/19/08 09:16:
Hello,
could a SKILL++ program be compiled (faster??) or it is possible only
encrypt it as for standard skill code?

Thanks,

Regards,

Camelot

SKILL (and SKILL++) is byte-code compiled - regardless of whether it is in standard files, encrypted files, or context files. Effectively context files
represent the state of the virtual machine, and so are quicker to load (because
the compilation has already been done), but in terms of run-time, there's nothing between them.

Regards,

Andrew.
.