Could it be applyable to other operations as well? So, if I wrote:
c = not(a < b)
the compiler and/or peephole optimizer can generate bytecodes instructions which, instead, execute the following operation:
c = a >= b
--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC