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
- Refer to the unsafe code guidelines for the exact rules.
727
727
- These rules do not apply to memory which is private to the asm code, such as stack space allocated within the asm block.
728
728
729
-
r[asm.rules.black-box]
729
+
r[asm.naked-rules.black-box]
730
730
- The compiler cannot assume that the instructions in the asm are the ones that will actually end up executed.
731
731
- This effectively means that the compiler must treat the `naked_asm!` as a black box and only take the interface specification into account, not the instructions themselves.
732
732
- Runtime code patching is allowed, via target-specific mechanisms.
0 commit comments