aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2011-03-17 13:36:04 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2011-03-17 13:36:04 +0100
commitdabd47e701a73fca7f4e2495b5a86704bf0a1855 (patch)
treec09b459b96bf1b799f0dc616fcf477cc1bb299cd /gcc/ada/gcc-interface/utils.c
parent1b6fa86002afb4a8f28ab40afc812ec5e73ccba6 (diff)
downloadgcc-dabd47e701a73fca7f4e2495b5a86704bf0a1855.zip
gcc-dabd47e701a73fca7f4e2495b5a86704bf0a1855.tar.gz
gcc-dabd47e701a73fca7f4e2495b5a86704bf0a1855.tar.bz2
re PR rtl-optimization/48141 (DSE compile time hog)
PR rtl-optimization/48141 * params.def (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES): New. * dse.c: Include params.h. (active_local_stores_len): New variable. (add_wild_read, dse_step1): Clear it when setting active_local_stores to NULL. (record_store, check_mem_read_rtx): Decrease it when removing from the chain. (scan_insn): Likewise. Increase it when adding to chain, if it reaches PARAM_MAX_DSE_ACTIVE_LOCAL_STORES limit, set to 1 and set active_local_stores to NULL before the addition. * Makefile.in (dse.o): Depend on $(PARAMS_H). From-SVN: r171090
Diffstat (limited to 'gcc/ada/gcc-interface/utils.c')
0 files changed, 0 insertions, 0 deletions