diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-09-10 12:39:51 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-09-10 12:39:51 +0900 |
| commit | 7df31d945181d86ac9d97ed5db4a14833ee93495 (patch) | |
| tree | bbd08e32fb39fbad628b377c417cfda5fbfd2e79 /mrbgems/mruby-compiler/core/codegen.c | |
| parent | 3050630b69f7ec8aeaa5a1918275fa56e15b80f7 (diff) | |
| download | mruby-7df31d945181d86ac9d97ed5db4a14833ee93495.tar.gz mruby-7df31d945181d86ac9d97ed5db4a14833ee93495.zip | |
mruby.h: remove `acc` from `callinfo`; add `cci` instead.
`acc` was used as an index of the receiver (if positive), or a flag for
methods implemented in C. We replace `regs[ci->acc]` by `ci[1].stack[0]`.
And renamed `acc` (originally meant accumulator position) to `cci`
(means callinfo for C implemented method).
Diffstat (limited to 'mrbgems/mruby-compiler/core/codegen.c')
0 files changed, 0 insertions, 0 deletions
