eightbitraptor (Matt V-H)
- Login: eightbitraptor
- Email: matt@eightbitraptor.com, matt.valentinehouse@shopify.com
- Registered on: 12/06/2019
- Last sign in: 07/02/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 1 | 19 | 20 |
| Reported issues | 1 | 30 | 31 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer | 03/09/2023 |
Activity
07/01/2026
-
10:38 AM Ruby Revision 71e925cc (git): Convert the GC::Profiler storage to a bounded ring buffer
- So it could feasibly be enabled and sampled in production
-
10:38 AM Ruby Revision 1657266e (git): Exclude the extra GC::Profiler tests from MMTk builds
-
10:38 AM Ruby Revision 2556a546 (git): Update test/.excludes-mmtk/TestGc.rb
- Co-authored-by: John Hawthorn <john@hawthorn.email>
06/26/2026
-
09:46 AM Ruby Revision e1818cde (git): Add mark and sweep wall times to GC::Profiler
- Assisted-By: devx/46f21e8b-0835-4833-801f-ce5e336dbf61
-
09:46 AM Ruby Revision 48516c7a (git): Add compaction wall time to GC::Profiler
- Assisted-By: devx/46f21e8b-0835-4833-801f-ce5e336dbf61
-
09:46 AM Ruby Revision f214b30d (git): Shim hrtime for modular GC
- similar to how we shim bits.h already
-
09:46 AM Ruby Revision f6ab0a1b (git): Fix depends
-
09:46 AM Ruby Revision 600acfc9 (git): MMTk doesn't have GC Profiler
-
09:46 AM Ruby Revision 45e0aaf0 (git): Seperate compaction from the sweeping time
- even when auto-compact is enabled.
-
09:46 AM Ruby Revision ac56efb3 (git): Add an example sampler that uses the GC::Profiler records