mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-12-11 04:41:06 +00:00
5c596d3797
- VC++ generated horribly stupid code for x64 when incrementing pc at the beginning of each instruction by storing hundreds of copies of it for every opcode executed. Incrementing pc at the end avoids this madness. - It is possible I messed something up with this change. Hopefully not. |
||
---|---|---|
.. | ||
ast.cpp | ||
vm.h | ||
vmbuilder.cpp | ||
vmbuilder.h | ||
vmdisasm.cpp | ||
vmexec.cpp | ||
vmexec.h | ||
vmframe.cpp | ||
vmops.h | ||
zcc-parse.lemon | ||
zcc_compile.cpp | ||
zcc_compile.h | ||
zcc_expr.cpp | ||
zcc_exprlist.h | ||
zcc_parser.cpp | ||
zcc_parser.h |