nvh0412 (Hoa Nguyen)
- Login: nvh0412
- Email: nvh0412@gmail.com
- Registered on: 12/15/2024
- Last sign in: 12/15/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
10/06/2025
-
04:01 PM Ruby Revision 7333a271 (git): ZJIT: reduce string allocation in the Counter::name() (#14743)
- The Counter::name() method creates a new String on every call, each call allocates memory and copies the string. Using %'static str would reduce memory pressure. The change is safe as no breaking changes to the API
-
03:59 PM Ruby Revision f3020d7b (git): ZJIT: strengthen test_reset_stats (#14738)