mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 12:03:41 +00:00
0d8a7e1666
This allows the use of some compiler-generated builtins that are hopefully compatible with LLVM. Example: println(uint8(foo)) Code size is unchanged normally but of course compiler builtins will increase code size when actually used (for example with division).