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

Investigate VMM issues with GCC8.4 at "-o3" #75

Open
axel-h opened this issue Sep 28, 2022 · 0 comments
Open

Investigate VMM issues with GCC8.4 at "-o3" #75

axel-h opened this issue Sep 28, 2022 · 0 comments

Comments

@axel-h
Copy link
Member

axel-h commented Sep 28, 2022

Follow-up from commit 0f9286d of #16 for libsel4vm/src/arch/x86/guest_x86_context.c:

/* Under release mode, this file will get built using -O3. Howerver on gcc 8.4,
 * the -O3 optimisation level is too aggressive and causes issues for the guest
 * VM. Hence, instead of using -O3 we use -O2 to avoid the issue. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant