tinygo/transform/testdata
Ayke van Laethem 71be24e4f9 transform: add debug information to internal/task.stackSize
This has two benefits:
 1. It attributes these bytes to the internal/task package (in
    -size=full), instead of (unknown).
 2. It makes it possible to print the stack sizes variable in GDB.

This is what it might look like in GDB:

    (gdb) p 'internal/task.stackSizes'
    $13 = {344, 120, 80, 2048, 360, 112, 80, 120, 2048, 2048}
2023-03-08 07:09:46 +01:00
..
allocs.ll compiler, runtime: add layout parameter to runtime.alloc 2021-11-02 22:16:15 +01:00
allocs.out.ll
allocs2.go
gc-stackslots.ll
gc-stackslots.out.ll
interface.ll all: refactor reflect package 2023-02-17 22:54:34 +01:00
interface.out.ll
interrupt.ll
interrupt.out.ll compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
maps.ll all: move OptimizeMaps to transforms and add tests 2019-09-15 21:26:27 +02:00
maps.out.ll
panic.ll
panic.out.ll
reflect-implements.ll
reflect-implements.out.ll all: refactor reflect package 2023-02-17 22:54:34 +01:00
reflect.go
stacksize.ll arm: automatically determine stack sizes 2020-08-27 19:23:22 +02:00
stacksize.out.ll
stringequal.ll compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
stringequal.out.ll
stringtobytes.ll
stringtobytes.out.ll
wasm-abi.ll
wasm-abi.out.ll all: drop support for LLVM 10 2021-10-31 10:44:17 +01:00