gzdoom-gles/src/scripting/backend
Christoph Oelckers 31223ca180 - remove all symbols that get linked into the symbol table from the garbage collector.
Symbols are very easy to manage once they are in a symbol table and there's lots of them so this reduces the amount of work the GC needs to do quite considerably.
After cleaning out compile-time-only symbols there will still be more than 2000 left, one for each function and one for each member variable of a class or struct.
This means more than 2000 object that won't need to tracked constantly by the garbage collector.

Note that loose fields which do occur during code generation will be GC'd just as before.
2017-02-08 14:34:39 +01:00
..
codegen.cpp - remove all symbols that get linked into the symbol table from the garbage collector. 2017-02-08 14:34:39 +01:00
codegen.h - remove all symbols that get linked into the symbol table from the garbage collector. 2017-02-08 14:34:39 +01:00
dynarrays.cpp - moved a few things around to have them into better fitting places. 2017-02-08 12:24:08 +01:00
vmbuilder.cpp - moved a few things around to have them into better fitting places. 2017-02-08 12:24:08 +01:00
vmbuilder.h - moved a few things around to have them into better fitting places. 2017-02-08 12:24:08 +01:00
vmdisasm.cpp - moved a few things around to have them into better fitting places. 2017-02-08 12:24:08 +01:00