a-cborse.adb
58.5 KB
-
[Ada] Efficiency improvement in bounded ordered containers · cbdb0df1
The Delete operations in the bounded ordered containers have been substantially sped up. No change in semantics, so no test. 2019-08-20 Bob Duff <duff@adacore.com> gcc/ada/ * libgnat/a-cborma.adb, libgnat/a-cborse.adb (Clear): Repeatedly call Delete. This avoids clearing the free list, which substantially speeds up future Delete operations. From-SVN: r274724
Bob Duff committed