Files
tinygo/compiler
Ayke van Laethem 0f2f73be53 compiler: fix max possible slice
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.
2021-08-17 08:16:27 +02:00
..
2021-08-17 08:16:27 +02:00
2021-08-17 08:16:27 +02:00
2021-01-24 15:39:15 +01:00
2021-06-17 12:17:32 +02:00