mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
Because (for Thumb) a function pointer has the LSB set, pointers to dynamic functions in RAM (eg native, viper or asm functions) were not being traced by the GC. This patch is a comprehensive fix for this. Addresses issue #820.