]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Implemented a optimized hash-set that can be used in various parts of the compiler...
authorDale Weiler <killfieldengine@gmail.com>
Tue, 1 Jan 2013 07:59:04 +0000 (07:59 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Tue, 1 Jan 2013 07:59:04 +0000 (07:59 +0000)
commit686394654fff6ecfc4f6b9a76bec599585d56795
tree186ff0c052b2ec839c94aa4b9640fb0afb4a2edf
parent29db4a44edb5cce12197ae1e25129d38f70e0225
Implemented a optimized hash-set that can be used in various parts of the compiler (to get a little more speed). I intend this to replace the hackery that is code_genstring, and code_util_str_htgeth.
gmqcc.h
util.c