diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-29 17:38:18 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-29 17:38:18 +0900 |
| commit | 517071e3faa4aff498da58b3aa22081229af84e2 (patch) | |
| tree | 62d0b61ee7030f548a6bbbf1e3352fd56cbbedf4 /src | |
| parent | 5cde5983d98fbfe9d2dcc7a45a0da6fa8011aded (diff) | |
| download | mruby-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
