![]() This commit improves make([]T, len) to be closer to upstream Go. The difference is unlikely to have much real-world effect, but previously certain make([]T, len) expressions would not result in a slice out of bounds error in TinyGo while they would have done such a thing in Go proper. In practice, available RAM is likely to be a bigger limiting factor. |
||
---|---|---|
.. | ||
ircheck | ||
llvmutil | ||
testdata | ||
alias.go | ||
asserts.go | ||
atomic.go | ||
calls.go | ||
channel.go | ||
compiler.go | ||
compiler_test.go | ||
defer.go | ||
errors.go | ||
func.go | ||
gc.go | ||
goroutine.go | ||
inlineasm.go | ||
interface.go | ||
interrupt.go | ||
intrinsics.go | ||
llvm.go | ||
map.go | ||
sizes.go | ||
symbol.go | ||
syscall.go | ||
volatile.go |