[ruby-core:126054] [Ruby Feature#10949] Time is WB unprotected
Issue #10949 has been updated by Earlopain (Earlopain _). Status changed from Open to Closed It's WB protected since https://github.com/ruby/ruby/commit/1c0127ed5e1aaf1386e2176e499d4cb25d171a21 ---------------------------------------- Feature #10949: Time is WB unprotected https://bugs.ruby-lang.org/issues/10949#change-118050 * Author: sylvain.joyeux (Sylvain Joyeux) * Status: Closed ---------------------------------------- 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/
participants (1)
-
Earlopain (Earlopain _)