Files
tinygo/compiler
Ayke van Laethem c7b91da8c4 compiler: support function pointers outside of addrspace 0
In LLVM 8, the AVR backend has moved all function pointers to address
space 1 by default. Much of the code still assumes function pointers
live in address space 0, leading to assertion failures.

This commit fixes this problem by autodetecting function pointers and
avoiding them in interface pseudo-calls.
2019-03-05 19:54:55 +01:00
..
2019-01-31 16:22:05 +01:00
2019-01-31 16:22:05 +01:00
2019-01-27 19:26:16 +01:00
2019-02-19 15:54:36 +01:00