Page 1 of 1
Why not upgrade gcc to latest version and use it for new...
Posted: Tue Oct 19, 2004 8:15 pm
by Michael Goldshteyn
The optimization of the version used is horrible, forcing me to write horrible code sometimes to compensate. Why not use the latest stable gcc for new problems?
Thanks
Michael Goldshteyn
Posted: Tue Oct 19, 2004 8:49 pm
by Krzysztof Duleba
The case is that OJ compiles _without_ optimization.
Posted: Tue Oct 19, 2004 9:56 pm
by Michael Goldshteyn
Krzysztof Duleba wrote:The case is that OJ compiles _without_ optimization.
Really?? This is silly! That means I have to unroll my own loops and use char pointers all over the place instead of indexing, for small gains. Welcome to the dark age (i.e. the 80's)...