From: sylvain.joyeux@...4x.org Date: 2015-07-23T17:55:49+00:00 Subject: [ruby-core:70102] [Ruby trunk - Feature #10949] Time is WB unprotected Issue #10949 has been updated by Sylvain Joyeux. Subject changed from Time is shady to Time is WB unprotected @Koichi Sanada: could you guide me some hints to make Time WB-protected ? I really can't figure it out from the current documentation... ---------------------------------------- Feature #10949: Time is WB unprotected https://bugs.ruby-lang.org/issues/10949#change-53530 * Author: Sylvain Joyeux * Status: Open * Priority: Normal * Assignee: ---------------------------------------- Ruby's built-in Time object is shady. Unfortunately, it is an object that can commonly be created in big numbers (think logs or stuff like that), and since they don't store relationship with other objects they are perfect candidate for the oldgen. I don't really know if there is a kind of policy about which built-in Ruby objects should be sunny or not, so I just put this as a feature request (as opposed to having it as a bug) -- https://bugs.ruby-lang.org/