On Wed Feb 7 22:19:56 2024 +0000, Zebediah Figura wrote:
This is useful for implicit $Globals buffer when writing effects binaries. It should not be written out if there is no global variables, but when
there are
some, it should appear first in order.
What if there are global variables, but they're unused? I.e. should this just be checking "used_size"? If the answer is no, I think this is still redundant with "size".
Unused ones are included as well. Yes, it makes sense to use 'size', and actually it's necessary to set offsets anyway.