gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control systemauthor | Doni Pracner <quinnuendo@gmail.com> | |
Wed, 20 Apr 2016 18:02:29 +0000 (20:02 +0200) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Wed, 20 Apr 2016 18:02:29 +0000 (20:02 +0200) | ||
commit | c32b5ce57ed98cda547444ba0c37293fe7a4bd9c | |
tree | d89969c82c9d8a1c079d47000e37688dfab94603 | tree | snapshot (tar.gz zip) |
parent | 376108fe68a6fc7695810c2faf480d730050abfc | commit | diff |
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".
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 | diff | blob | history |