tinygo/compiler
Ayke van Laethem 4f6d598ea8 reflect: implement Sizeof and Alignof for func values
This is a small change that appears to be necessary for encoding/json
support. It's simple enough to implement.
2021-03-29 01:04:11 +02:00
..
ircheck
llvmutil
testdata transform: optimize reflect.Type Implements() method 2021-03-28 14:00:37 +02:00
asserts.go compiler: do not emit nil checks for *ssa.Alloc instructions 2021-03-22 11:35:06 +01:00
atomic.go
calls.go
channel.go
compiler.go
compiler_test.go
defer.go builder, compiler: compile and cache packages in parallel 2021-03-21 11:51:35 +01:00
errors.go
func.go
gc.go
goroutine.go
inlineasm.go
interface.go
interrupt.go
intrinsics.go
llvm.go
map.go compiler: refactor map operations to use the builder object 2020-03-25 20:17:46 +01:00
sizes.go
symbol.go
syscall.go
volatile.go