Files
tinygo/compiler
Ayke van Laethem 21b89ef327 compiler: fix emission of large object layouts
Large object layouts don't fit in a pointer-sized integer and therefore
need to be stored in a global instead. However, the way the data was
stored in these globals was not correct for buffers that don't have
pointers near the end. This commit fixes this issue by using math/big
FillBytes() instead of Bytes().

This gets the unicode package to compile on AVR.
2022-01-03 21:22:49 +01:00
..
2021-10-03 16:28:34 +02:00
2021-09-27 15:47:12 +02:00
2021-11-30 21:53:16 +01:00
2021-09-27 15:47:12 +02:00
2021-11-06 09:40:15 +01:00
2021-09-27 15:47:12 +02:00
2021-11-24 22:21:22 +01:00