We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670e8d9 commit 63cab33Copy full SHA for 63cab33
src/attributes/codegen.md
@@ -70,7 +70,7 @@ r[attributes.codegen.naked.call-stack]
70
The asm code will have a valid call stack and register state on entry as per the signature and calling convention of the function.
71
72
r[attributes.codegen.naked.no-duplication]
73
-The asm code may not be duplicated by the compiler.
+The asm code may not be duplicated by the compiler, except when monomorphizing polymorphic functions.
74
This property is important for naked functions that define symbols in the assembly code.
75
76
r[attributes.codegen.naked.unsafe-function]
0 commit comments