[performance] Significantly faster is_lt and svalue_is_true The is_lt function now uses no stack at all, which speeds it up about a factor of ten (for the case where both arguments are integers). Much the same was done for svalue_is_true. Also, the order of the tests were rearrenged to get some other speedupds. Interrestingly enough is_lt is actually faster even for the complex cases now, for whatever reason gcc seems to generate better code.