using icc instead of visual c++ or mingw
Ralf Habacker
ralf.habacker at googlemail.com
Sun Jun 24 13:01:49 UTC 2012
Am 19.06.2012 19:16, schrieb Boudewijn Rempt:
> Does anyone know whether anyone has actually already tried to build kde on windows with intel's icc? It's an expensive compiler, but it could give interesting performance benefits (especially since msvc-compiled krita on windows is so much slower than on Linux).
Is it sure, that the performance problem depends on the created
instructions ? There may be other reasons why a kde application runs
slow on windows.
an application using many dbus calls may run slow on windows because the
tcp protocol, which is used by dbus on windows, is about 5-10 times
slower than domain unix sockets on linux (see *Local* Communication
bandwidths in MB/s at
http://cygwin.com/ml/cygwin/2002-01/msg01719.html). Other socket
connections between kde applications for example kioslave connections
may be affected too.
Regards
Ralf
More information about the Kde-windows
mailing list