You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
Try julia -O0 when using Gallium in order to avoid things being optimized out. The reason that they're not optimized out with regular breakpoints is that argument registers get clobbered by the call to the error function (since the compiler realizes the arguments are no longer needed). I have some plans to improve debug information in non-O0 mode, but that's a long path.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
They are not optimized out if I set a breakpoint.
Using master branch of Gallium and its dependencies.
The text was updated successfully, but these errors were encountered: