tinygo/compiler
Ayke van Laethem 5f96d2b784 all: add flag for setting the goroutine stack size
This is helpful in some cases where the default stack size isn't big
enough.
2022-09-15 12:43:51 +02:00
..
ircheck
llvmutil
testdata wasm: do not allow undefined symbols 2022-09-08 08:25:27 +02:00
alias.go
asserts.go
atomic.go
calls.go compiler: implement recover() built-in function 2022-06-16 07:59:21 +02:00
channel.go compiler: avoid zero-sized alloca in channel operations 2021-09-09 11:24:52 +02:00
compiler.go compiler: replace math aliases with intrinsics 2022-08-30 17:33:16 +02:00
compiler_test.go
defer.go
errors.go
func.go
gc.go compiler: track the result of string concatenation 2020-04-02 14:04:25 +02:00
goroutine.go
inlineasm.go
interface.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
interrupt.go
intrinsics.go
llvm.go
map.go src/runtime: first darft of map growth code 2022-04-28 09:14:45 +02:00
sizes.go
symbol.go
syscall.go
volatile.go