Skip to content
  • Carl Friedrich Bolz's avatar
    replace for loop by while loop · 4abefc8f
    Carl Friedrich Bolz authored
    in theory, an rpython for x in range loop should be exactly equivalent
    to a while loop. The only difference is if it contains a JIT driver, in
    which case the for loop is slower :-(
    4abefc8f