Files
tinygo/compiler
Ayke van Laethem a5ed993f8d all: add compiler support for interrupts
This commit lets the compiler know about interrupts and allows
optimizations to be performed based on that: interrupts are eliminated
when they appear to be unused in a program. This is done with a new
pseudo-call (runtime/interrupt.New) that is treated specially by the
compiler.
2020-01-20 21:19:12 +01: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