|
well, "debug" marker does not always mean "no optimization"... same for debug libraries linkage (for example UFX (earlier versions) was linked to debug libs but had all its optimizations at 200%)
>My experience is there could be massive performance improvement.
No, in fact, there's nothing in the driver or its supplemental stuff (kxmixer, plugins) that 'needs any perfomance' (kX does no sound processing in software (with a few exceptions like ac3 decoding))
The very bottleneck in the driver (and its api) is user-mode<->kernel-mode calls - and this is times more consuming then all other stuff in (and turning opts on/off has no (even subtle) effect on that). But, again, kX's 'debug' marker is just a marker - it is not related to optimization options (speaking roughly - it's more about logging and more detailed crash dumps).
Last edited by Max M. : Apr 26, 2008 at 09:03 AM.
|