Code: Pascal [Select][+][-]{$optimization noloopunroll}
In some cases, we could unroll loops to speed up the code execution. This is especially effective for short loops.
It's a documentation bug. Please put an issue in the bugtrackerThe loop unroller should probably be fine tuned for AVR. It's mostly tuned for high end processors right now. It either way only triggers on loops with known bounds