mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7df31d9451
`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).