tinygo/transform
Ayke van Laethem ef3b3c0d6a transform: fix poison value in heap-to-stack transform
In https://github.com/tinygo-org/tinygo/issues/2777, a poison value
ended up in `runtime.alloc`. This shouldn't happen, especially not for
well written code. So I'm not sure why it happens. But here is a fix
anyway.
2022-04-15 22:54:25 +02:00
..
testdata all: add support for ThinLTO 2022-03-12 12:55:38 +01:00
allocs.go transform: fix poison value in heap-to-stack transform 2022-04-15 22:54:25 +02:00
allocs_test.go
errors.go
gc.go
gc_test.go
globals.go
globals_test.go
interface-lowering.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
interface-lowering_test.go
interrupt.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
interrupt_test.go
llvm.go
maps.go
maps_test.go
optimizer.go all: add support for ThinLTO 2022-03-12 12:55:38 +01:00
panic.go
panic_test.go
reflect.go compiler: fix difference in aliases in interface methods 2022-04-07 12:54:17 +02:00
reflect_test.go
rtcalls.go
rtcalls_test.go
stacksize.go all: add support for ThinLTO 2022-03-12 12:55:38 +01:00
stacksize_test.go
transform.go
transform_test.go transform: remove switched func lowering 2022-01-19 14:42:02 -05:00
util.go
wasm-abi.go internal/task: remove coroutines 2022-01-19 14:42:02 -05:00
wasm-abi_test.go