Files
tinygo/compiler
Ayke van Laethem 0463d34887 compiler: emit correct alignment in debug info for global variables
Previously we were using a really weird calculation to determine the
alignment in bits - written by me (no idea what I was thinking at the
time, it's obviously incorrect). Just replace it with the much more
obviously correct multiplication by 8 to get bits from bytes.

Found while working on properly dealing with alignment in `-size=full`.
2023-03-08 07:09:46 +01:00
..
2022-10-19 22:23:19 +02:00
2022-10-19 22:23:19 +02:00
2023-03-06 09:30:11 +01:00
2021-09-27 15:47:12 +02:00
2023-01-18 08:24:42 +01:00
2023-01-18 08:24:42 +01:00