]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Changing life-range calculation to include the last read because then it doesn't...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 4 May 2012 08:20:04 +0000 (10:20 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 4 May 2012 08:20:04 +0000 (10:20 +0200)
commite0331ef15f0f8351fb3781f9cf5e74f4efd37b32
tree06ca82a7799c139e91a674b4a6098e93a95d6d65
parent2f92dedb4c00bc2c107b91433f8e5c7284d77967
Changing life-range calculation to include the last read because then it doesn't need another vector to keep elements in. In order for this to make sense, the life-range overlap test now returns false if the end of one range _equals_ the beginning of the other, since that's not truly overlapping anymore
ir.c