mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
With the memcpy() call placed last it avoids the effects of registers clobbering. It's definitely effective in non-inlined functions, but even here it is still making a small difference. For example, on stm32, this saves an extra `ldr` instruction to load `o->vstr` after the memcpy() returns.
9.2 KiB
9.2 KiB