Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2020-07-12 15:16:09 +02:00
3 changed files with 34 additions and 10 deletions

View File

@@ -1219,7 +1219,7 @@ suboptimal performance, especially when used in inner loops:
<li>Table initializers.</li>
<li>Initialization of nested <tt>struct</tt>/<tt>union</tt> types.</li>
<li>Non-default initialization of VLA/VLS or large C&nbsp;types
(&gt; 128&nbsp;bytes or &gt; 16 array elements.</li>
(&gt; 128&nbsp;bytes or &gt; 16 array elements).</li>
<li>Bitfield initializations.</li>
<li>Pointer differences for element sizes that are not a power of
two.</li>