summaryrefslogtreecommitdiff
path: root/tests/micropython/native.py.exp
AgeCommit message (Collapse)Author
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
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.