gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
mjc2wsl - new option to toggle locals as array or separate
authorDoni Pracner <quinnuendo@gmail.com>
Wed, 20 Apr 2016 18:02:29 +0000 (20:02 +0200)
committerDoni Pracner <quinnuendo@gmail.com>
Wed, 20 Apr 2016 18:02:29 +0000 (20:02 +0200)
commitc32b5ce57ed98cda547444ba0c37293fe7a4bd9c
treed89969c82c9d8a1c079d47000e37688dfab94603
parent376108fe68a6fc7695810c2faf480d730050abfc
mjc2wsl - new option to toggle locals as array or separate

this introduces the code to generate local variables in procedures
to be separate and separatly be put on the stack (though not
exactly in the same way as in the original VM), instead of
using one array to store all of the local varaiables which simulated
the "stack frame".
src/com/quemaster/transformations/mjc2wsl/mjc2wsl.java
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner