On Mon Apr 17 19:39:08 2023 +0000, Zebediah Figura wrote:
I was thinking "isn't this redundant with var->data_type->reg_size[...]?" and then discovered that this is the number of actually used registers, or at least it's supposed to be. That could use documentation :-)
I find a bit puzzling that the `count` field is not always initialized. I think we should either always initialize it, or document in which cases it is expected to be initialized.