]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
Use hashtable for macro definitions in the preprocessor, this speeds up the search...
authorDale Weiler <killfieldengine@gmail.com>
Wed, 17 Apr 2013 10:51:33 +0000 (10:51 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 17 Apr 2013 10:51:33 +0000 (10:51 +0000)
commit0b0b6423bae15eae22685f9efc41d6efe70e8ae4
treeff4a7065948e824f5e7614da4212c5445a72c0b0
parent4d394494b6fcbf144975acd3f1d311b63aba598f
Use hashtable for macro definitions in the preprocessor, this speeds up the search for them, and the removal of them making it O(1) instead of O(n). This also makes my 30 second xonotic compiles take only 13 seconds
ftepp.c
gmqcc.h
util.c