Done
Details
Details
Assignee
Christophe Lyon
Christophe LyonReporter
TCWG JIRA
TCWG JIRAStart date
Nov 21, 2023
Components
Priority
Checklist
Checklist
Sentry
Sentry
Created November 22, 2023 at 8:14 AM
Updated November 22, 2023 at 2:17 PM
Resolved November 22, 2023 at 2:03 PM
commit gcc-14-5679-g1d82fc2e682
Author: Jan Hubicka <jh@suse.cz>
Date: Tue Nov 21 15:17:16 2023 +0100
optimize std::vector::push_back
this patch speeds up the push_back at -O3 significantly by making the
reallocation to be inlined by default. _M_realloc_insert is general
insertion that takes iterator pointing to location where the value
should be inserted. As such it contains code to move other entries around
that is quite large.
... 23 lines of the commit log omitted.
tcwg_gcc_check
master-aarch64
FAIL: 1 regressions
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1d82fc2e6824bf83159389729c31a942f7b91b04/tcwg_gcc_check/master-aarch64/details.txt
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/1229/
master-arm
FAIL: 1 regressions
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1d82fc2e6824bf83159389729c31a942f7b91b04/tcwg_gcc_check/master-arm/details.txt
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/1318/
tcwg_gnu_native_check_gcc
master-arm
FAIL: 1 regressions
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1d82fc2e6824bf83159389729c31a942f7b91b04/tcwg_gnu_native_check_gcc/master-arm/details.txt
https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-arm-build/786/
Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1d82fc2e6824bf83159389729c31a942f7b91b04/jira/yaml