This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Checked C Runtime Checks #503
Unanswered
Nausheen15
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way of knowing which of the runtime checks inserted by the Checked C compiler are being optimized away? I have looked at the IR generated and looks like it contains all possible runtime checks (even those that seem easily optimizable).
Any info would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions