[#106355] [Ruby master Bug#18373] RBS build failure: '/include/x86_64-linux/ruby/config.h', needed by 'constants.o'. — "vo.x (Vit Ondruch)" <noreply@...>
Issue #18373 has been reported by vo.x (Vit Ondruch).
28 messages
2021/12/01
[ruby-core:106908] [Ruby master Misc#18451] Undocumented GC.stat keys
From:
"zverok (Victor Shepelev)" <noreply@...>
Date:
2021-12-29 20:42:51 UTC
List:
ruby-core #106908
Issue #18451 has been reported by zverok (Victor Shepelev). ---------------------------------------- Misc #18451: Undocumented GC.stat keys https://bugs.ruby-lang.org/issues/18451 * Author: zverok (Victor Shepelev) * Status: Open * Priority: Normal ---------------------------------------- As of 3.1 these keys aren't [documented](https://docs.ruby-lang.org/en/master/GC.html#method-c-stat): * `:compact_count` (2.7) * `:read_barrier_faults`, `:total_moved_objects` (3.0) * `:time` (new in 3.1) (I am just judging by versions/keys available on my system, no keys except `:time` are mentioned in corresponding version's NEWS.) I am not familiar with GC enough to easily handle this. Is there anybody who is? @tenderlovemaking, it seems you've introduced all except `:time`? Can you provide some insight on what are they representing? -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>