We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89cd00 commit 54695c9Copy full SHA for 54695c9
src/attributes/codegen.md
@@ -71,7 +71,7 @@ r[attributes.codegen.naked.call-stack]
71
The asm code will have a valid call stack and register state on entry as per the signature and calling convention of the function.
72
73
r[attributes.codegen.naked.no-duplication]
74
-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.
75
This property is important for naked functions that define symbols in the assembly code.
76
77
r[attributes.codegen.naked.unsafe-function]
0 commit comments