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 Fix incorrect formatting arguments 2022-04-10 22:58:16 +02:00
llvmutil builder: free LLVM objects after use 2022-05-30 07:53:28 +02:00
testdata wasm: do not allow undefined symbols 2022-09-08 08:25:27 +02:00
alias.go
asserts.go
atomic.go compiler: define atomic intrinsic functions directly 2022-06-24 11:10:24 +02:00
calls.go
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 all: add flag for setting the goroutine stack size 2022-09-15 12:43:51 +02:00
defer.go
errors.go
func.go
gc.go
goroutine.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
inlineasm.go
interface.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
interrupt.go transform: refactor interrupt lowering 2021-11-06 09:40:15 +01:00
intrinsics.go compiler: replace math aliases with intrinsics 2022-08-30 17:33:16 +02:00
llvm.go archFamily(): arm64 is aarch64, not arm; fixes #2985 2022-07-15 17:41:39 +02:00
map.go
sizes.go
symbol.go wasm: do not allow undefined symbols 2022-09-08 08:25:27 +02:00
syscall.go
volatile.go compiler: replace some math operation bodies with fast intrinsics 2022-08-30 17:33:16 +02:00