tinygo/src
Jaden Weiss ceeba528e7 runtime: copy stack scan assembly for GBA
The GC stack scanning code was implemented in the Cortex-M assembly, which meant that it was not available on the GBA which is pre-cortex.
This change adds a copy of the relevant code into a new asembly file which is used on the GBA.
2020-04-21 10:28:42 +02:00
..
device machine: move errors.New calls to globals 2020-04-07 13:24:26 +02:00
examples all: change //go:export to //export 2020-04-05 16:16:57 +02:00
internal runtime (gc): scan callee-saved registers while marking stack 2020-04-07 11:50:50 +02:00
machine machine: switch to modern interrupt registration method 2020-04-07 17:53:52 +02:00
os Add initial FreeBSD support 2019-12-29 10:48:28 +01:00
reflect compiler,runtime: use LLVM intrinsics for memcpy/memmove 2020-03-27 21:01:59 +01:00
runtime runtime: copy stack scan assembly for GBA 2020-04-21 10:28:42 +02:00
sync sync: implement sync.Map 2020-03-27 19:02:45 +01:00
syscall all: change //go:export to //export 2020-04-05 16:16:57 +02:00
testing Add common test logging methods such as Errorf/Fatalf/Printf 2019-08-13 20:59:09 +02:00