peterzhu2118 (Peter Zhu)
- Login: peterzhu2118
- Email: peter@peterzhu.ca
- Registered on: 08/01/2020
- Last sign in: 08/21/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 1 | 30 | 31 |
Reported issues | 3 | 75 | 78 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 03/24/2021 |
Like
Activity
08/27/2025
-
02:34 PM Ruby Revision 6c0315d9 (git): Rename rb_hook_list_mark_and_update to rb_hook_list_mark_and_move
-
02:34 PM Ruby Revision 61d26c35 (git): Don't pin method hooks of bmethods
-
01:26 PM Ruby Revision 8935cf98 (git): Fix malloc_gc_disabled in Ractor lock
- We should disable GC for malloc for the current Ractor instead of the locked
Ractor because it's the current Ractor t...
08/26/2025
-
02:39 PM Ruby Revision 1928df4d (git): [DOC] Improve documentation of Kernel#Pathname
-
02:39 PM Ruby Revision da6198de (git): [DOC] Document constants in Pathname
-
02:39 PM Ruby Revision 238aaa4c (git): [DOC] Document undocumented methods in ZJIT
08/25/2025
-
07:43 PM Ruby Revision fca258f9 (git): Fix deadlock when malloc in Ractor lock
- If we malloc when the current Ractor is locked, we can deadlock because
GC requires VM lock and Ractor barrier. If an... -
07:43 PM Ruby Revision e29f68cb (git): Fix MMTk for compatibility
-
09:20 AM Ruby Revision d2995a5d (git): [DOC] Add ObjectSpace._id2ref deprecated to NEWS.md