Drop range inference for IS_NULL/IS_FALSE/IS_TRUE. These values not always converted to IS_LONG (e.g. by -- and ++) and this leads to incorrect range inferene and later to incorrect JIT
Drop range inference for IS_NULL/IS_FALSE/IS_TRUE. These values not always converted to IS_LONG (e.g. by -- and ++) and this leads to incorrect range inferene and later to incorrect JIT code generation.
show more ...
|