[gcc r15-6348] libstdc++: Adjust probabilities of hashmap loop conditions

2024-12-18 Thread Tamar Christina via Libstdc++-cvs
https://gcc.gnu.org/g:f8f686a12989a0dcf8ab0235641cf4a8dceae67c commit r15-6348-gf8f686a12989a0dcf8ab0235641cf4a8dceae67c Author: Tamar Christina Date: Wed Dec 18 16:39:25 2024 + libstdc++: Adjust probabilities of hashmap loop conditions We are currently generating a loop which

[gcc r15-6324] libstdc++: Add inline keyword to _M_locate

2024-12-18 Thread Tamar Christina via Libstdc++-cvs
https://gcc.gnu.org/g:18aff7644ad1e44dc146d36a2b7e397977aa47ac commit r15-6324-g18aff7644ad1e44dc146d36a2b7e397977aa47ac Author: Tamar Christina Date: Wed Dec 18 09:02:46 2024 + libstdc++: Add inline keyword to _M_locate In GCC 12 there was a ~40% regression in the performance

[gcc r14-11200] libstdc++: backport inline keyword on std::find

2025-01-10 Thread Tamar Christina via Libstdc++-cvs
https://gcc.gnu.org/g:e4a9fb7448a687f4fd7e621942006c2820b803d6 commit r14-11200-ge4a9fb7448a687f4fd7e621942006c2820b803d6 Author: Tamar Christina Date: Fri Jan 10 21:37:40 2025 + libstdc++: backport inline keyword on std::find This is a backport version of the same patch as

[gcc r13-9303] libstdc++: backport inline keyword on std::find

2025-01-10 Thread Tamar Christina via Libstdc++-cvs
https://gcc.gnu.org/g:f00e19a0491223d2782f9f863a4f3a31d509f76b commit r13-9303-gf00e19a0491223d2782f9f863a4f3a31d509f76b Author: Tamar Christina Date: Fri Jan 10 21:37:40 2025 + libstdc++: backport inline keyword on std::find This is a backport version of the same patch as