https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105112

--- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
FWIW, "perf report" shows that these are the top items in the profile:

8.72%  libc-2.31.so  [.] _int_malloc
6.68%  libc-2.31.so  [.] _int_free
2.91%  cc1           [.] ana::binding_map::binding_map
2.76%  libc-2.31.so  [.] __memset_sse2_unaligned_erms
2.52%  cc1           [.] hash_table<default_hash_traits<ana::svalue const*>,
false, xcallocator>::find_slot_with_hash
2.52%  cc1           [.] ana::reachable_regions::add
2.45%  libc-2.31.so  [.] malloc
2.37%  cc1           [.] hash_table<default_hash_traits<ana::region const*>,
false, xcallocator>::find_slot_with_hash
1.98%  libc-2.31.so  [.] __libc_calloc
1.87%  libc-2.31.so  [.] cfree@GLIBC_2.2.5
1.71%  cc1           [.] hash_table<hash_map<ana::region const*,
ana::binding_cluster*, simple_hashmap_traits<default_hash_
1.70%  cc1           [.] ana::region_model::get_reachable_svalues
1.50%  cc1           [.] hash_table_higher_prime_index
1.42%  cc1           [.] ana::store::~store
1.39%  cc1           [.] hash_table<default_hash_traits<ana::region const*>,
false, xcallocator>::find_with_hash
1.33%  cc1           [.] ana::sm_state_map::clone
1.33%  cc1           [.] ana::store::canonicalize
1.25%  cc1           [.] ana::store::get_cluster
1.22%  cc1           [.] ana::store::escaped_p
1.10%  cc1           [.] ana::function_point::hash
1.09%  cc1           [.] iterative_hash
1.06%  cc1           [.] ana::store::store
0.95%  cc1           [.] ana::reachable_regions::init_cluster
0.94%  libc-2.31.so  [.] malloc_consolidate
0.86%  cc1           [.] hash_table<default_hash_traits<ana::function_point>,
false, xcallocator>::find_with_hash
0.80%  cc1           [.] ana::reachable_regions::handle_sval
0.79%  libc-2.31.so  [.] unlink_chunk.constprop.0
0.79%  cc1           [.] ana::region::get_base_region
0.75%  cc1           [.] ana::region_model::~region_model
0.73%  cc1           [.] xcalloc
0.72%  cc1           [.] ana::program_state::prune_for_point
0.69%  cc1           [.] ana::svalue::live_p
0.69%  cc1           [.] ana::constraint_manager::canonicalize
0.68%  cc1           [.] record_reg_classes
0.65%  cc1           [.] ana::store::get_any_binding
0.64%  cc1           [.] ana::sm_state_map::on_liveness_change
0.64%  cc1           [.] ana::decl_region::get_kind
0.55%  cc1           [.] hash_table<default_hash_traits<ana::region const*>,
false, xcallocator>::expand
0.52%  cc1           [.] ana::binding_cluster::can_merge_p
0.50%  cc1           [.] ana::sm_state_map::get_state

Reply via email to