Files
tinygo/compiler
Ayke van Laethem dcffbc49c4 compiler: add param attrs to memmove and memcpy
Add nocapture, readonly, and writeonly to runtime.memmove and
runtime.memcpy where appropriate. This teaches LLVM some more
optimizations it may perform, leading to reduced .text size in some
cases.
2019-04-11 09:16:10 +02:00
..
2019-01-31 16:22:05 +01:00
2019-01-31 16:22:05 +01:00
2019-01-27 19:26:16 +01:00
2019-02-19 15:54:36 +01:00