|
overview
How it Works |
 |
MivaScript File
A MivaScript file is run through the Miva Merchant Script Compiler |
| COMPILER |
The compiler creates an assembled file and then compiles it into an executable application. |
| |
Executable Program |
| VIRTUAL MACHINE |
The executable file runs with the Miva Merchant Virtual Machine (included with the Compiler) on your web server. |
|
Compile any MivaScript 5 syntax compatible application into an executable that runs under the Miva Merchant Empresa 5 virtual machine. Distribute compiled scripts, royalty free, and deliver fast database-enabled code to clients without revealing the source code.
MivaScript runs more efficiently in a compiled environment. Code running on the virtual machine does not need to be parsed each and every time the application is executed - it is already in a format that the machine can understand, resulting in enormous performance gains. Compiling does much more than tokenization or other minor speed improvement techniques. Additionally, because each and every line of code is parsed in advance by the compiler, you will eliminate the possibility of syntax errors at runtime.
Current Version [ 5.04 ]
System Requirements
Miva Merchant Script Compiler 5 can be installed on any of the following platforms:
- Windows NT/2000/XP
- Windows Server 2003
- Solaris 2.6 and 2.8, on SPARC platforms
- Linux (running glibc2)
- IRIX, on SGI platforms
- BSDI 4, on Intel platforms
- FreeBSD 3.5.1 and 4.5, on Intel platforms
Compatibility
Miva Merchant Script Compiler 5 is required for compiling MivaScript 5 applications and modules to work with Miva Merchant 5.
Miva Merchant Script Compiler 5 is backwards-compatible with Miva Merchant 4.14 and above and other MivaScript 4 applications
|
|
|
 |