Skip to content
  • Koichi Sasada's avatar
    aa6287cd
    fix inline method cache sync bug · aa6287cd
    Koichi Sasada authored
    `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`.
    aa6287cd
    fix inline method cache sync bug
    Koichi Sasada authored
    `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`.
Loading