Files
tinygo/src/machine
Ayke van Laethem c01f81144e machine: avoid binary size regression after LLVM memory intrinsics
Somehow moving to LLVM memory intrinsics for calls like memcpy made the
machine.sendUSBPacket get inlined. This is a problem because it is
called in many different functions and it is just big enough to cause a
significant file size increase.

Adding //go:noinline solves this problem and gets the examples/blinky1
program below the file size it was before this change (tested:
itsybitsy-m0, itsybitsy-m4, circuitplay-bluefruit).
2020-03-27 21:00:54 +01:00
..
2019-08-04 17:12:07 +02:00
2020-03-24 22:24:47 +01:00
2020-02-18 23:34:56 +01:00
2020-03-25 16:24:19 +01:00
2020-03-22 07:02:17 +01:00
2020-03-25 16:24:19 +01:00
2020-03-25 16:24:19 +01:00