Files
micropython/py
Damien George 60c37a22d6 py/vstr: Make vstr_ins_byte/char functions inline to reduce code size.
This saves about 4 bytes on ARM Cortex-M, and about 50-60 bytes on x86-64.
It also allows the upcoming `vstr_ins_strn()` function to be inline as
well, and have less of a code-size impact when used.

Signed-off-by: Damien George <damien@micropython.org>
2026-02-04 23:19:09 +11:00
..
2025-07-25 10:56:02 +10:00
2025-09-16 13:04:42 +10:00
2025-02-25 16:11:33 +11:00