Skip to content

monitor: fix patched variables to not be static#260

Merged
Ivan-Velickovic merged 1 commit intomainfrom
monitor_fix
Jan 9, 2025
Merged

monitor: fix patched variables to not be static#260
Ivan-Velickovic merged 1 commit intomainfrom
monitor_fix

Conversation

@Ivan-Velickovic
Copy link
Collaborator

These need to be visible in the final object and hence should not be static.

This caused an issue with 9a8aba7 when building in release mode since vm_names is only used in debug mode and so the compiler was (understandably) optimising it out.

These need to be visible in the final object and hence should
not be static.

This caused an issue with 9a8aba7
when building in release mode since vm_names is only used in debug
mode and so the compiler was (understandably) optimising it out.

Signed-off-by: Ivan-Velickovic <i.velickovic@unsw.edu.au>
@Ivan-Velickovic Ivan-Velickovic merged commit 2e27422 into main Jan 9, 2025
11 checks passed
@Ivan-Velickovic Ivan-Velickovic deleted the monitor_fix branch January 9, 2025 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant