gzdoom-gles/src/scripting/vm
2016-11-21 00:33:55 +01:00
..
vm.h - removed all constant versions of vector instructions. The vector code does not use compound constants so there's no need to have instructions for them. 2016-11-20 23:00:05 +01:00
vmbuilder.cpp - removed all constant versions of vector instructions. The vector code does not use compound constants so there's no need to have instructions for them. 2016-11-20 23:00:05 +01:00
vmbuilder.h - added static constant arrays. At the moment they can only be defined inside functions due to lack of dedicated storage inside classes for static data. 2016-11-20 18:00:37 +01:00
vmdisasm.cpp - removed all constant versions of vector instructions. The vector code does not use compound constants so there's no need to have instructions for them. 2016-11-20 23:00:05 +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 - restored two accidentally deleted VM instructions. 2016-11-21 00:33:55 +01:00
vmframe.cpp - removed all constant versions of vector instructions. The vector code does not use compound constants so there's no need to have instructions for them. 2016-11-20 23:00:05 +01:00
vmops.h - removed all constant versions of vector instructions. The vector code does not use compound constants so there's no need to have instructions for them. 2016-11-20 23:00:05 +01:00