summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-compiler/core/codegen.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-09-10 12:39:51 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-09-10 12:39:51 +0900
commit7df31d945181d86ac9d97ed5db4a14833ee93495 (patch)
treebbd08e32fb39fbad628b377c417cfda5fbfd2e79 /mrbgems/mruby-compiler/core/codegen.c
parent3050630b69f7ec8aeaa5a1918275fa56e15b80f7 (diff)
downloadmruby-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