]> Cypherpunks.ru repositories - gostls13.git/blobdiff - doc/go1.22.html
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / doc / go1.22.html
index 1bf759a9a648f845c9eb2391b2838710a199cb8f..287ee77bb567083224702df5cbc8a482863dc374 100644 (file)
@@ -37,6 +37,10 @@ Do not send CLs removing the interior tags from such phrases.
   TODO: complete this section, or delete if not needed
 </p>
 
+<h3 id="cgo">Cgo</h3>
+
+<!-- CL 497837 reverted -->
+
 <h2 id="runtime">Runtime</h2>
 
 <p>
@@ -79,6 +83,20 @@ Do not send CLs removing the interior tags from such phrases.
   </dd>
 </dl>
 
+<dl id="reflect"><dt><a href="/pkg/reflect/">reflect</a></dt>
+  <dd>
+    <p><!-- https://go.dev/issue/61827, CL 517777 -->
+      The <a href="/pkg/reflect/#Value.IsZero"><code>Value.IsZero</code></a>
+      method will now return true for a floating-point or complex
+      negative zero, and will return true for a struct value if a
+      blank field (a field named <code>_</code>) somehow has a
+      non-zero value.
+      These changes make <code>IsZero</code> consistent with comparing
+      a value to zero using the language <code>==</code> operator.
+    </p>
+  </dd>
+</dl>
+
 <h2 id="ports">Ports</h2>
 
 <p>