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.
736
736
- These rules do not apply to memory which is private to the asm code, such as stack space allocated within the asm block.
737
737
738
-
r[asm.rules.black-box]
738
+
r[asm.naked-rules.black-box]
739
739
- The compiler cannot assume that the instructions in the asm are the ones that will actually end up executed.
740
740
- 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.
741
741
- Runtime code patching is allowed, via target-specific mechanisms.
0 commit comments