* all: add support for specifying target CPU in target config * avr: specify the chip name in the target CPU This reduces code size by a large margin. For examples/blinky, it reduces code size from 1360 to 1266 when compiling for the Arduino Uno (94 bytes, or ~7%). |
||
|---|---|---|
| .. | ||
| calls.go | ||
| compiler.go | ||
| defer.go | ||
| errors.go | ||
| interface-lowering.go | ||
| interface.go | ||
| map.go | ||
| optimizer.go | ||
| sizes.go | ||