AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is the Run Time a Part of the Runtime?
B bound checks might not be considered part of the run time solely because if you are compiling rust for a bare metal target, there's really no additional supports. The type system comes in to use kind of advance static analysis to reason about your programme and prove that any reference at any point in the programme is always valid. So when your in the borrow checker, whall you're actually doing is your helping the compiler prove temporal memory safety properties.