mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-17 18:02:57 +00:00
dcffbc49c4
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.