aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.cc
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2024-10-02 09:39:50 +0200
committerRichard Biener <rguenth@gcc.gnu.org>2024-10-02 13:59:58 +0200
commit842fbfa15fff2daae4a4d8a9cbcdf18e22635f78 (patch)
treec6c54f78de62cb9f825f7d84214d76078c66b60b /gcc/tree-if-conv.cc
parent77c5e4ad08e42a325c6b45ea2b679bc1827b8557 (diff)
downloadgcc-842fbfa15fff2daae4a4d8a9cbcdf18e22635f78.zip
gcc-842fbfa15fff2daae4a4d8a9cbcdf18e22635f78.tar.gz
gcc-842fbfa15fff2daae4a4d8a9cbcdf18e22635f78.tar.bz2
Speedup iterative_hash_template_arg
Using iterative_hash_object is expensive compared to using iterative_hash_hashval_t which is fit for integer sized values. The following reduces the number of perf cycles spent in iterative_hash_template_arg and iterative_hash combined by 20%. gcc/cp/ * pt.cc (iterative_hash_template_arg): Avoid using iterative_hash_object.
Diffstat (limited to 'gcc/tree-if-conv.cc')
0 files changed, 0 insertions, 0 deletions