peterzhu2118 (Peter Zhu)
- Login: peterzhu2118
- Email: peter@peterzhu.ca
- Registered on: 08/01/2020
- Last sign in: 05/23/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
-
05:19 AM Ruby Revision a6e30250 (git): [DOC] Improve docs for ObjectSpace::InternalObjectWrapper#internal_object_id
06/13/2026
-
09:26 AM Ruby Revision 9a90ac21 (git): [DOC] Fix docs for Hash#update
- When a block is given to Hash#update, it sets `key` to the return value
of the block, not `new_value`. -
12:44 AM Ruby Revision 533abc7d (git): [DOC] Add NEWS.md for bump pointer allocator
- Adds https://github.com/ruby/ruby/pull/17201 to NEWS.md.
06/11/2026
-
10:08 AM Ruby Revision 4f259bc2 (git): Switch to bump pointer allocator for default GC
- This commit replaces the per-slot freelist allocator in the default GC
with a bump-pointer allocator over coalesced free regions.
Allocation bumps a per-ractor-cache cursor through a region of contiguous
free slots, advancing to the nex... -
05:31 AM Ruby Revision 28da8f91 (git): [DOC] Improve docs for ObjectSpace::InternalObjectWrapper#type
06/10/2026
-
06:42 AM Ruby Revision 8756ceeb (git): [ruby/mmtk] Bump mmtk-core
- https://github.com/ruby/mmtk/commit/b5b3a1fa9b
-
01:08 AM Ruby Revision 8c434d03 (git): [DOC] Improve class docs for ObjectSpace::InternalObjectWrapper
06/09/2026
-
06:24 AM Ruby Revision a0ceb1fe (git): Don't dump memory map in crash report when modular GC enabled
- MMTk reserves a large amount of memory, which can cause the memory maps
to take a long time to generate and thus cause test timeouts. -
12:17 AM Ruby Revision 82329a50 (git): [DOC] Improve docs for ObjectSpace.internal_super_of