Files
tinygo/compiler
Ayke van Laethem 79dae62c78 compiler,runtime: check for channel size limits
This patch is a combination of two related changes:

 1. The compiler now allows other types than `int` when specifying the
    size of a channel in a make(chan ..., size) call.
 2. The compiler now checks for maximum allowed channel sizes. Such
    checks are trivially optimized out in the vast majority of cases as
    channel sizes are usually constant.

I discovered this issue when trying out channels on AVR.
2020-03-13 16:15:36 -07:00
..
2019-09-22 17:58:00 +02:00
2019-11-04 11:45:35 +01:00
2019-11-04 11:45:35 +01:00
2019-12-29 10:48:28 +01:00