circuitpython/tests/micropython
Damien George 3c658a4e75 py: Fix bug where GC collected native/viper/asm function data.
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.
2014-08-24 16:28:17 +01:00
..
const.py py, compiler: Add basic support for A=const(123). 2014-05-08 15:58:39 +00:00
const.py.exp py, compiler: Add basic support for A=const(123). 2014-05-08 15:58:39 +00:00
heapalloc.py tests: Add feature test for when heap allocation is disabled. 2014-05-31 18:33:16 +01:00
native.py py: Fix bug where GC collected native/viper/asm function data. 2014-08-24 16:28:17 +01:00
native.py.exp py: Fix bug where GC collected native/viper/asm function data. 2014-08-24 16:28:17 +01:00
viper.py py: Fix bug where GC collected native/viper/asm function data. 2014-08-24 16:28:17 +01:00
viper.py.exp py: Fix bug where GC collected native/viper/asm function data. 2014-08-24 16:28:17 +01:00