IJVM Stack Simulator

Simulation of IJVM Stack evolution during recursive methods execution

The simulators that can be downloaded from this page (written in Java) aim at a better understanding of the IJVM Stack evolution during the execution of recursive methods. In particular they take into account a method for the computation of the function factorial and a method for the computation of the multiplication.

To use the simulators you need to have Java 2 SDK (in case you wish to modify the source code) or at least the Java Runtime Environment otherwise.
To start the simulators, download the files eng_simIJVMfatt.zip e eng_simIJVMmult.zip, uncompress them (in the same directory, if you wish) and run the programs by writing in a shell ( DOS emulator, bash, or what you have)java simIJVMfatt for the factorial and java simIJVMmult for the multiplication. Remember that the path of the directory bin of Java need to be be in the PATH system variable.

For doubts or suggestions: davideporrovecchio@email.it Fell free to download and modify also the source files.