[#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:106909] [Ruby master Misc#18451] Undocumented GC.stat keys
From:
"peterzhu2118 (Peter Zhu)" <noreply@...>
Date:
2021-12-29 21:21:33 UTC
List:
ruby-core #106909
Issue #18451 has been updated by peterzhu2118 (Peter Zhu). Status changed from Closed to Open I added documentation for these keys in commit [52525b527b4605435110bd61fb9e04d82ca26ff7](https://github.com/ruby/ruby/commit/52525b527b4605435110bd61fb9e04d82ca26ff7). ---------------------------------------- Misc #18451: Undocumented GC.stat keys https://bugs.ruby-lang.org/issues/18451#change-95728 * 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:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>