tinygo/transform
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
..
testdata transform: add debug information to internal/task.stackSize 2023-03-08 07:09:46 +01:00
allocs.go
allocs_test.go
errors.go
gc.go
gc_test.go
interface-lowering.go
interface-lowering_test.go
interrupt.go ci: add support for LLVM 15 2022-10-19 22:23:19 +02:00
interrupt_test.go transform: refactor interrupt lowering 2021-11-06 09:40:15 +01:00
llvm.go ci: add support for LLVM 15 2022-10-19 22:23:19 +02:00
maps.go all: move OptimizeMaps to transforms and add tests 2019-09-15 21:26:27 +02:00
maps_test.go
optimizer.go all: refactor reflect package 2023-02-17 22:54:34 +01:00
panic.go
panic_test.go
rtcalls.go
rtcalls_test.go
stacksize.go
stacksize_test.go
transform.go compiler: add "target-cpu" and "target-features" attributes 2021-11-10 11:16:13 +01:00
transform_test.go all: update _test.go files for ioutil changes 2022-08-07 10:32:23 +02:00
util.go
wasm-abi.go
wasm-abi_test.go