ruby/template
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-05-10 18:40:47 +09:00
2020-08-27 15:02:52 +09:00
2020-03-13 15:34:50 +09:00
2020-06-13 08:22:06 +09:00
2020-06-13 08:22:06 +09:00