peterzhu2118 (Peter Zhu)
- Login: peterzhu2118
- Email: peter@peterzhu.ca
- Registered on: 08/01/2020
- Last sign in: 07/12/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 1 | 31 | 32 |
| Reported issues | 2 | 79 | 81 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer | 03/24/2021 |
Activity
Today
-
01:12 AM Ruby Revision 60c82965 (git): [DOC] Improve docs for GC.start
08/02/2026
-
07:18 PM Ruby Revision 7eeb5b63 (git): Remove dead DURING_GC_COULD_MALLOC_REGION_START/END in default.c
-
01:16 PM Ruby Revision a0c1b4fb (git): Make rb_get_message static
-
12:23 AM Ruby Revision 7a18459c (git): Fix RUBY_TYPED_FROZEN_SHAREABLE_NO_REC
- An UnboundMethod does not refer to any mutable children, so it should be
shareable when frozen. The documentation for RUBY_TYPED_FROZEN_SHAREABLE_NO_REC
states:
Similar to RUBY_TYPED_FROZEN_SHAREABLE, but doesn't make shareable
...
08/01/2026
-
05:49 PM Ruby Revision bfb3b4ea (git): Fix flaky test_clock_gettime_unit for slow Rubies
- If the test takes over 1 second, it will fail because the difference
between t0 and t1 will be over 1 second. If we update t0 on every iteration,
it should make it less flaky because each iteration will need to run in
less than 1 second....
07/31/2026
-
09:51 PM Ruby Revision 3a409091 (git): [ruby/mmtk] Fix GC.start for disabled GC
- https://github.com/ruby/mmtk/commit/932d7ce62a
-
09:51 PM Ruby Revision 5a1a52a6 (git): [ruby/mmtk] Bump mmtk-core
- https://github.com/ruby/mmtk/commit/4550e4a5ae
-
09:51 PM Ruby Revision ccc182fe (git): [ruby/mmtk] Let MMTk handle enabling/disabling collection
- https://github.com/ruby/mmtk/commit/ab9c69b2c9
-
09:51 PM Ruby Revision a08e8d94 (git): [ruby/mmtk] Fix renamed on_pause_start/end functions
- https://github.com/ruby/mmtk/commit/458bb5b843
-
01:31 PM Ruby Revision 3f8fe449 (git): Remove useless if statement around RUBY_GC_HEAP_FREE_SLOTS