From: Akira Tanaka Date: 2011-05-19T22:52:52+09:00 Subject: [ruby-core:36337] [Ruby 1.9 - Feature #3905] rb_clear_cache_by_class() called often during GC for non-blocking I/O Issue #3905 has been updated by Akira Tanaka. I don't against for the ephemeral class flag but it needs discussion with ko1 and/or matz. ---------------------------------------- Feature #3905: rb_clear_cache_by_class() called often during GC for non-blocking I/O http://redmine.ruby-lang.org/issues/3905 Author: Eric Wong Status: Open Priority: Low Assignee: Category: core Target version: 1.9.x =begin This still causes performance problems with frequent EAGAIN compared to 1.9.1 While akr fixed extend to no longer clear cache with empty modules in r28813, the GC phase still scans and clears the cache when the extended object is collected. ref: [ruby-core:32507], [ruby-core:32508] A proposed patch to add memoizing of extended objects with IO::Wait{Read,Writ}able is attached. Comments/feedback appreciated. =end -- http://redmine.ruby-lang.org