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

Reduce optimisation level. #1003

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

OmniBlade
Copy link
Contributor

Optimisations of -O3 are causing issues, probably due to undefined behaviour.

Optimisations of -O3 are causing issues, probably due to undefined behaviour.
@giulianobelinassi giulianobelinassi merged commit 4d324e1 into TheAssemblyArmada:vanilla Jun 18, 2024
17 checks passed
@xezon
Copy link

xezon commented Jun 18, 2024

I suggest you run static analyzers on code to find those undefined things.

@OmniBlade OmniBlade deleted the fixes/gccfix branch June 18, 2024 08:14
@giulianobelinassi
Copy link
Collaborator

AddressSanitizer and UBSanitizers are able to catch those. The challenge here is to fix the UBs related to the IHeapClass.

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.

3 participants