We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a272d1f commit 765bd69Copy full SHA for 765bd69
doc/go1.21.html
@@ -318,6 +318,14 @@ <h2 id="compiler">Compiler</h2>
318
319
<h2 id="assembler">Assembler</h2>
320
321
+<!-- https://go.dev/issue/58378 -->
322
+<p>
323
+ On amd64, frameless nosplit assembly functions are no longer automatically marked as <code>NOFRAME</code>.
324
+ Instead, the <code>NOFRAME</code> attribute must be explicitly specified if desired,
325
+ which is already the behavior on other architectures supporting frame pointers.
326
+ With this, the runtime now maintains the frame pointers for stack transitions.
327
+</p>
328
+
329
<!-- CL 476295 -->
330
<p>
331
The verifier that checks for incorrect uses of <code>R15</code> when dynamic linking on amd64 has been improved.
0 commit comments