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
Copy file name to clipboardExpand all lines: _content/doc/go1.23.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ For 386 and amd64, the compiler will use information from PGO to align certain
146
146
hot blocks in loops. This improves performance an additional 1-1.5% at
147
147
a cost of an additional 0.1% text and binary size. This is currently only implemented
148
148
on 386 and amd64 because it has not shown an improvement on other platforms.
149
-
Hot block alignment can be disabled with `-gcflags=[<packages>=]-d=alignhot=0`
149
+
Hot block alignment can be disabled with `-gcflags=[<packages>=]-d=alignhot=0`.
150
150
151
151
## Linker {#linker}
152
152
@@ -566,7 +566,7 @@ support for previous versions has been discontinued.
566
566
### Linux {#linux}
567
567
568
568
<!-- go.dev/issue/67001 -->
569
-
Go 1.23 is the last release that requires Linux kernel version 2.6.32 or later. Go 1.24 will require Linux kernel version 3.17 or later, with an exception that systems running 3.10 or later will continue to be supported if the kernel has been patched to support the getrandom system call.
569
+
Go 1.23 is the last release that requires Linux kernel version 2.6.32 or later. Go 1.24 will require Linux kernel version 3.17 or later, with an exception that systems running 3.10 or later will continue to be supported if the kernel has been patched to support the `getrandom` system call.
0 commit comments