diff options
-rw-r--r-- | doc/src/sgml/release-15.sgml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index 8355bf48276..c9ea7c9fedf 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -840,6 +840,17 @@ Improve the performance of window functions that use row_number(), rank(), and c </para> </listitem> +<!-- +Author: Tom Lane <tgl@sss.pgh.pa.us> +2022-04-06 [a82a5eee3] Use ISB as a spin-delay instruction on ARM64. +--> + +<listitem> +<para> +Improve the performance of spinlocks on high-core-count ARM64 systems (Geoffrey Blake) +</para> +</listitem> + </itemizedlist> </sect4> |