Kurt StephensNerd Up! | ||||||||
MRIRuby: Thread stack leak patch accepted into REE.
This patch reduces the stack buffer memory footprint of dead Threads as early as possible, rather than waiting until the Thread can be GCed. This is applicable only to the zero-copy context switch patch. http://code.google.com/p/rubyenterpriseedition/issues/detail?id=57 http://blog.phusion.nl/2011/02/12/ruby-enterprise-edition-1-8-7-2011-01-... Ruby: MRI WeakRefs in C
Simple patch for C WeakRefs in MRI 1.9. http://redmine.ruby-lang.org/issues/show/4168 https://github.com/kstephens/ruby/commit/0942a955c649c39d3be4db13dbfb0ba... Ruby Internals: Why RUBY_FIXNUM_FLAG should be 0x00
Type tags in MRI Ruby VALUEInternally, values in MRI Ruby are 32-bit (at least for 32-bit processors). Some of the least-significant bits are used to store type information. See the Ruby uses a single-bit tag of |
||||||||
Recent comments
9 weeks 6 days ago
20 weeks 10 hours ago
38 weeks 5 days ago
1 year 2 weeks ago
1 year 36 weeks ago
1 year 48 weeks ago
1 year 51 weeks ago
1 year 51 weeks ago
1 year 51 weeks ago
1 year 51 weeks ago