Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

monitor: fix patched variables to not be static #260

Merged
merged 1 commit into from
Jan 9, 2025
Merged

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 <[email protected]>
@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