[Shootout-list] Ada word-frequency

Marius Amado Alves amado.alves@netcabo.pt
Sun, 27 Mar 2005 00:13:55 +0000


> No, the problem here is that "-funroll-loops" creates a nonfunctional 
> program.

I see. Sorry, I'm not proficient with GCC options. If "-funroll-loops" 
conflits with recursive calls (sounds like it), and the compiler is not 
smart enough to detect a program has them, then indeed this option must 
not be set in this case. Thanks a lot.