[#62904] [ruby-trunk - Feature #9894] [Open] [RFC] README.EXT: document rb_gc_register_mark_object — normalperson@...
Issue #9894 has been reported by Eric Wong.
3 messages
2014/06/02
[#63321] [ANN] ElixirConf 2014 - Don't Miss Jos辿 Valim and Dave Thomas — Jim Freeze <jimfreeze@...>
Just a few more weeks until ElixirConf 2014!
6 messages
2014/06/24
[#63391] Access Modifiers (Internal Interfaces) — Daniel da Silva Ferreira <danieldasilvaferreira@...>
Hi,
3 messages
2014/06/28
[ruby-core:62982] [ruby-trunk - Feature #9916] [Open] Hide Struct internal
From:
shyouhei@...
Date:
2014-06-07 12:08:47 UTC
List:
ruby-core #62982
Issue #9916 has been reported by Shyouhei Urabe. ---------------------------------------- Feature #9916: Hide Struct internal https://bugs.ruby-lang.org/issues/9916 * Author: Shyouhei Urabe * Status: Open * Priority: Normal * Assignee: * Category: core * Target version: current: 2.2.0 ---------------------------------------- is a bit big so I attach the proposal but basically same as my previous proposals. I'd like to make strct RStruct opaque. The benefit is that by hiding its `const VALUE* ptr` part we can optimize GC pressure. That GC tweaks are not included in the attached patch because I prefer compatibility here. But this patch does make things easier. ---Files-------------------------------- opaque-RStruct.patch (6.16 KB) -- https://bugs.ruby-lang.org/