From: Mikko Rasa Date: Sat, 7 Jul 2018 07:25:08 +0000 (+0300) Subject: Be less eager to optimize constant conditions in loops X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=8e14c298d9eaa47b81e27d5c25174bda958b445f;hp=8e14c298d9eaa47b81e27d5c25174bda958b445f;p=libs%2Fgl.git Be less eager to optimize constant conditions in loops It still requires more work to actually detect the scope in which variables are set, but this at least solves the immediate problem I had. ---