On Wed Feb 14 22:01:30 2024 +0000, Zebediah Figura wrote:
This writes every global variable, including unused, static, and synthetic variables. Is that correct?
There is no synthetic variables at the time this is used. It needs to write every global variable, doesn't matter if it's used or not.