]> git.xonotic.org Git - xonotic/gmqcc.git/commit
-Ocall-stores as part of -O1: instead of having CALL instructions issue STOREs for...
authorWolfgang Bumiller <blub@speed.at>
Tue, 25 Dec 2012 22:25:59 +0000 (23:25 +0100)
committerWolfgang Bumiller <blub@speed.at>
Tue, 25 Dec 2012 22:25:59 +0000 (23:25 +0100)
commita7c3ef3e228e711ab26ef62bd96203e1672448c7
treed2216c39b92981771e1ac7657967326af47c809f
parentd7de5cb5ffeaf93029cab085fb23f11898b69e1a
-Ocall-stores as part of -O1: instead of having CALL instructions issue STOREs for every parameter, use the newly introduced 'lock' flag to make the operations generating the call's parameters generate them right into the OFS_PARM if there's no interfering CALL in between
ir.c
ir.h
opts.def