mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
This helps to reduce memory fragmentation, by freeing the heap data as soon as it is not needed. It also helps the compiler keeps a reference to the beginning of both arrays, which need to be traceable by the GC (otherwise some compilers may optimise this reference to something else). Signed-off-by: Damien George <damien@micropython.org>
71 KiB
71 KiB