On Mon, 2004-02-16 at 02:14, Martin Fuchs wrote:
Another thing - if you really care about code size and optimization don't use GCC, but VC++ or even better Intel's compilers. MinGW GCC bloates executable size and isn't very goof at optimizing.
I'd like to get ReactOS buildable on non-GCC compilers one of these days. ATM, though, perf is the least of our problems.
To make ReactOS faster there should at least be enabled DMA transfers in the IDE driver. This are the real problems I see at the moment.
Thanks for the reminder. I'll look into it one of these days, unless Eric or someone else beats me to it.
-Vizzini