From: SASADA Koichi Date: 2011-06-10T19:01:48+09:00 Subject: [ruby-core:36918] Re: [Ruby 1.9 - Feature #3905] rb_clear_cache_by_class() called often during GC for non-blocking I/O (2011/06/10 18:50), Eric Wong wrote: > One possible issue is the VM state counter overflowing. Maybe we should > empty the method cache on the rare event of a VM state counter overflow > to avoid false positives? Good point. We need to care overflow. However, current MRI lacks this process. -- // SASADA Koichi at atdot dot net