On Mon, Jun 25, 2012 at 12:11 PM, Patrick Spendrin <[email protected]> wrote:
> About icc: icc uses the MSVC libraries & headers, so it basically should > be equivalent to our msvc builds. I am not sure how hard this is; I > would think that there shouldn't be such a great difference. Using ICC should be as easy as configuring the build for MSVC2010, then setting CMAKE_CXX_COMPILER (and maybe linker, etc) to icc. The main advantage of ICC is parallelization, vectorization and that kind of advanced stuff. Some optimizations are Intel-only. I really doubt it'd make a difference in regards to network, DBUS, etc (for DBUS, IMHO something like libdbusfat would really improve performance: http://www.elpauer.org/?p=1157 ) -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
