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