rwstauner (Randy Stauner)
- Login: rwstauner
- Registered on: 05/14/2024
- Last sign in: 09/16/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Contributor | 03/03/2025 |
Activity
Today
-
12:34 AM Ruby Revision d7369f02 (git): ZJIT: Add individual tests for complex arg pass counters
- Make it easier to see what happens when one is changed.
11/14/2025
-
05:28 PM Ruby Revision 286e3262 (git): ZJIT: Add tests for sending to methods with keyword args (#15183)
11/11/2025
-
05:41 AM Ruby Revision ddaa56d5 (git): Fix bootstraptest runner driver message (#15072)
- This was a mistake;
the code tested for RUBY_PATCHLEVEL but then
instead of using it used RUBY_PLATFORM twice. -
04:10 AM Ruby Revision 71fecfa2 (git): ZJIT: Rename things so that they aren't named "not_optimized_optimized" (#15135)
- These refer to "OptimizedMethodType" which is a subcategory of "MethodType::Optimized"
so name them after the latter to avoid "not_optimized_optimized".
11/10/2025
-
11:16 PM Ruby Revision f95aa5b2 (git): ZJIT: Rename not_optimized_instruction to uncategorized_instruction (#15130)
- Make it more obvious that this hasn't been handled and could be
broken down more. -
09:14 PM Ruby Revision 7b1e0a60 (git): ZJIT: Define jit_compile_exception for ZJIT even without YJIT
- Seems like an oversight
-
09:14 PM Ruby Revision 3ddb5f99 (git): Allow --jit to mean zjit if yjit isn't defined
- The --help output suggests this should work
as ZJIT is labeled as the default if YJIT isn't enabled.
11/06/2025
-
01:29 AM Ruby Revision 00c9a21c (git): [DOC] Update glossary (#15070)
11/05/2025
-
07:08 PM Ruby Revision 4f56abbb (git): ZJIT: Don't side-exit on VM_CALL_KWARG just SendWithoutBlock (#15065)
-
06:30 PM Ruby Revision d327eb60 (git): ZJIT: Track guard shape exit ratio (#15052)
- new ZJIT stats excerpt from liquid-runtime:
```
vm_read_from_parent_iseq_local_count: 10,909,753
guard_type_count: 45,109,441
guard_type_exit_ratio: 4.3%
guard...