Koichi Sasada aa6287cd26 fix inline method cache sync bug
`cd` is passed to method call functions to method invocation
functions, but `cd` can be manipulated by other ractors simultaneously
so it contains thread-safety issue.

To solve this issue, this patch stores `ci` and found `cc` to `calling`
and stops to pass `cd`.
2020-12-15 13:29:30 +09:00
..
2020-12-13 23:35:29 -08:00
2020-12-15 13:29:30 +09:00
2020-12-10 18:24:43 +09:00
2020-06-21 10:34:07 +09:00