From: Doni Pracner Date: Wed, 20 Apr 2016 18:02:29 +0000 (+0200) Subject: mjc2wsl - new option to toggle locals as array or separate X-Git-Tag: v0.2.1~4 X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=commitdiff_plain;h=c32b5ce57ed98cda547444ba0c37293fe7a4bd9c;hp=c32b5ce57ed98cda547444ba0c37293fe7a4bd9c 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". ---