On Fri, 06 Mar 2009, Szak�ts Viktor wrote: Hi,
> > IPO really nicely increase the speed. For speedtst and -gc3 it > > gives ~15 speed improvement. > Sounds good, I'll make some real life tests with a big app, > I'd also like to see how executable size is changed. Ups. it should be 15%. But it's maximum I could reach with some additional tricks. But I compared it to some other binaries also tuned so maybe the results will be different in your case. I'm really interesting. We have very fast computers now with a lot of memory so IPO begins to be serious option even for big applications. > > If you want then you can cleanup all such bindings. But if MSVC > > tries to be more clever then programmers then it won't help and > > all such bindings in any locations will be pacified by optimizer. > Many thanks for the tip. I'll fix these. I've just committed small modification which marks all such places as: /* not executed, only to force linking ... */ HTH, best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
