aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2020-07-24 13:44:09 +0200
committerGiuliano Belinassi <giuliano.belinassi@usp.br>2020-08-17 13:20:20 -0300
commit4a843e1094e19be1d7f67c6c81c4f5778fdecbe4 (patch)
tree645735fb0e33874ee48d99e8be121f55defb0373 /gcc/fortran/interface.c
parent79d3a2358b148fa424d93a74799999b902ed0104 (diff)
downloadgcc-4a843e1094e19be1d7f67c6c81c4f5778fdecbe4.zip
gcc-4a843e1094e19be1d7f67c6c81c4f5778fdecbe4.tar.gz
gcc-4a843e1094e19be1d7f67c6c81c4f5778fdecbe4.tar.bz2
Improve var-tracking dataflow iteration order
This builds upon the rev_post_order_and_mark_dfs_back_seme improvements and makes vt_find_locations iterate over the dataflow problems for each toplevel SCC separately, improving memory locality and avoiding to process nodes after the SCC before the SCC itself stabilized. On the asan_interceptors.cc testcase this for example reduces the number of visited blocks from 3751 to 2867. For stage3-gcc this reduces the number of visited blocks by ~4%. 2020-07-28 Richard Biener <rguenther@suse.de> PR debug/78288 * var-tracking.c (vt_find_locations): Use rev_post_order_and_mark_dfs_back_seme and separately iterate over toplevel SCCs.
Diffstat (limited to 'gcc/fortran/interface.c')
0 files changed, 0 insertions, 0 deletions