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

Some files seem to require #pragma explicit_zero_data on #69

Open
robojumper opened this issue Oct 17, 2024 · 0 comments
Open

Some files seem to require #pragma explicit_zero_data on #69

robojumper opened this issue Oct 17, 2024 · 0 comments

Comments

@robojumper
Copy link
Collaborator

robojumper commented Oct 17, 2024

We've observed this in two RELs so far - zeroed data not going in a .bss section but rather a .data section, with a locally applied #pragma explicit_zero_data on as a workaround. Is there a different way this can happen?

Enabling #pragma explicit_zero_data on globally would probably break a ton of files but removing the = nullptr or = 0.0f could restore them. It's probably not the right solution though.

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

No branches or pull requests

1 participant