qzdoom/src/scripting/codegeneration
2016-12-02 12:06:49 +01:00
..
codegen.cpp - added null pointer validation to any relevant exported function. In most cases null pointers were already being treated as 'do nothing', but there's several places where this can make the code silently fail so in these cases a VM exception will be raised, once the VM's exception handling has been repaired to provide useful diagnostics. (Right now all it does is catch the exception, print a useless message and return to the caller as if nothing has happened.) 2016-12-02 12:06:49 +01:00
codegen.h - branch optimization. 2016-12-02 00:51:29 +01:00