[Bug rtl-optimization/19097] Lots of else ifs take forever to compile

2004-12-22 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-23 01:43 --- This looks like a problem with the hash function for a REG when we have many implicit sets: Found 6001 implicit sets SET hash table (6001 buckets, 6001 entries) Index 0 (hash value 58) (set (reg/v:SI

[Bug rtl-optimization/19097] Lots of else ifs take forever to compile

2004-12-21 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-21 08:47 --- Hmm no, it's not compute_transp: CPU: P4 / Xeon with 2 hyper-threads, speed 3194.18 MHz (estimated) Counted GLOBAL_POWER_EVENTS events (time during which processor is not stopped) with a unit mask of 0x0

[Bug rtl-optimization/19097] Lots of else ifs take forever to compile

2004-12-21 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-21 08:38 --- This is what I get (with checking enabled) for an C5 with two C4s with "GNU C version 4.0.0 20041220 (experimental) (x86_64-unknown-linux-gnu)": $ ./cc1 t.c -O2 a {GC 14385k -> 11467k} Analyzing comp

[Bug rtl-optimization/19097] Lots of else ifs take forever to compile

2004-12-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-21 02:39 --- I think DOM is "fixing" the compile-time/memory-hog on the mainline :). -- What|Removed |Added ---