[#60404] is RB_GC_GUARD needed in rb_io_syswrite? — Eric Wong <normalperson@...>
I haven't gotten it to crash as-is, but it seems like we need to
4 messages
2014/02/01
[#60682] volatile usages — Eric Wong <normalperson@...>
Hi all, I went ahead and removed some use of volatile which were once
5 messages
2014/02/13
[#60794] [RFC] rearrange+pack vtm and time_object structs — Eric Wong <normalperson@...>
Extracted from addendum on top of Feature #9362 (cache-aligned objects).
4 messages
2014/02/16
[#61139] [ruby-trunk - Feature #9577] [Open] [PATCH] benchmark/driver.rb: align columns in text output — normalperson@...
Issue #9577 has been reported by Eric Wong.
3 messages
2014/02/28
[ruby-core:60858] [Backport21 - Backport #9524] [Closed] Please backport r45021 for "RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR".
From:
naruse@...
Date:
2014-02-19 06:01:08 UTC
List:
ruby-core #60858
Issue #9524 has been updated by Yui NARUSE. Status changed from Feedback to Closed % Done changed from 0 to 100 Applied in changeset r45044. ---------- merge revision(s) 45021,45022,45028: [Backport #9524] * gc.c: introduce new environment variable "RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR" to control major/minor GC frequency. Do full GC when the number of old objects is more than R * N where R is this factor and * test/ruby/test_gc.rb: add a test. * gc.c (get_envparam_double): fix a warning message. ---------------------------------------- Backport #9524: Please backport r45021 for "RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR". https://bugs.ruby-lang.org/issues/9524#change-45271 * Author: Koichi Sasada * Status: Closed * Priority: Normal * Assignee: ---------------------------------------- Please backport r45021 to introduce new environment variable "RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR". This fix doesn't change a default behavior, but we can tune full GC frequency with this environment variable. -- http://bugs.ruby-lang.org/