Hi!

I ask you to put optimimizations tips for programmers into your documentation 
site on www. Sure, there are some texts about program optimimization, but you 
are the only one, who really understand compilation and execution processes and 
know how to make program faster.
I read on some site that it would better and quicker to use floats instead of 
doubles, use unsigned int instead of signed as counters in loops, mark const 
function parameters when they are and so on. Is it true for GCC (G++)?
Your compiler makes great optimization, but it'd be better if you explain to 
programmers how to help to compiler optimize program. For example, some time 
ago I listened that GCC supports vectorization, but still can't find anything 
about it, how can I use it in my programs.
Your site is the right place for such documentation. PLEASE put it on.
Thank you!

Reply via email to