Hoa Nguyen 7333a2710e
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
2025-10-06 09:01:12 -07:00
..
2025-04-18 21:53:01 +09:00