mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
Otherwise the compiler may inline the gc_collect_inner() function and/or remove the recursion, which is necessary to spill all the windowed registers to the C stack. Signed-off-by: Damien George <damien@micropython.org>