tinygo/src
Ayke van Laethem 88b6b2e7f5
Optimize/eliminate bounds checking
TODO: do better at it by tracking min/max values of integers. The
following straightforward code doesn't have its bounds checks removed:

    for _, n := range slice {
        println(n)
    }
2018-09-02 16:28:46 +02:00
..
device go fmt 2018-08-17 23:23:20 +02:00
examples Implement closures and bound methods 2018-09-02 03:39:37 +02:00
machine Remove unnecessary compiler workaround 2018-08-29 20:45:50 +02:00
runtime Optimize/eliminate bounds checking 2018-09-02 16:28:46 +02:00
unsafe go fmt 2018-08-17 23:23:20 +02:00