qzdoom-gpl/src/scripting/vm
Christoph Oelckers 2cc48ec378 - implemented code generation for stack variables.
- fixed code generation for using local variables as array index. This must use a different register for the array element offset because the original register may not be overwritten.
2016-11-17 16:44:41 +01:00
..
vm.h - implemented code generation for stack variables. 2016-11-17 16:44:41 +01:00
vmbuilder.cpp - implemented code generation for stack variables. 2016-11-17 16:44:41 +01:00
vmbuilder.h - implemented code generation for stack variables. 2016-11-17 16:44:41 +01:00
vmdisasm.cpp - reverted most of the last commit after realizing that trying to manage constructing/destructing per variable is not going to work because it'd require some extensive exception management in the compiled VM code. 2016-11-17 13:10:19 +01:00
vmexec.cpp - reverted most of the last commit after realizing that trying to manage constructing/destructing per variable is not going to work because it'd require some extensive exception management in the compiled VM code. 2016-11-17 13:10:19 +01:00
vmexec.h - scriptified Hexen's Dragon. 2016-11-16 19:18:21 +01:00
vmframe.cpp - implemented code generation for stack variables. 2016-11-17 16:44:41 +01:00
vmops.h - implemented handling for virtual function. 2016-11-11 20:05:07 +01:00