is SKILL++ compiled?

C

camelot

Guest
Hello,
could a SKILL++ program be compiled (faster??) or it is possible only
encrypt it as for standard skill code?

Thanks,

Regards,

Camelot
 
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.
 
Thank you for the clarification.

On 20 Mag, 17:11, Andrew Beckett <andr...@DcEaLdEeTnEcTe.HcIoSm>
wrote:
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.
 

Welcome to EDABoard.com

Sponsor

Back
Top