Load pre-compiled source?

Is it possible to pre-compile scripter source code and save it for later use to avoid re-compiling source that has not changed?

We have a roughly 10,000 line script that requires 8 seconds to compile. The script changes infrequently but is used very frequently. Can we compile it when changes are made and then load the compiled code when it is to be used?

Scripter Studio 6.2.0.0
Delphi Enterprise XE5

Thank you,

Rich Cochran

Yes, please find SaveCodeToStream and LoadCodeFromStream in documentation. You can also check this tip: http://www.tmssoftware.com/site/tips.asp?s=faq&show=226