m2c icon indicating copy to clipboard operation
m2c copied to clipboard

Look at stack struct for local variables

Open simonlindholm opened this issue 2 years ago • 0 comments

This adds missing sp vars that were either only read from (due to being fake and actually part of structs that we fail to detect), or are structs/arrays which never ended up in local_vars because we only generated subfield accesses. Despite adding fake vars I think it's an improvement to have them in the output for the sake of coherence?

(Hard to give project diffs because of how separated declarations are from usages.)

simonlindholm avatar May 26 '22 22:05 simonlindholm