summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-07-29 17:38:18 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-07-29 17:38:18 +0900
commit517071e3faa4aff498da58b3aa22081229af84e2 (patch)
tree62d0b61ee7030f548a6bbbf1e3352fd56cbbedf4 /src
parent5cde5983d98fbfe9d2dcc7a45a0da6fa8011aded (diff)
downloadmruby-517071e3faa4aff498da58b3aa22081229af84e2.tar.gz
mruby-517071e3faa4aff498da58b3aa22081229af84e2.zip
codegen.c: order instructions in natural order for loops.
`while` and `until` generates in `cond` `jmpif` `body` `jmp` order. It used to be in `jmp` `body` `cond` `jmpif` order.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions