Alexey Starikovskiy wrote:
Moore, Robert wrote:
Please explain further what this accomplishes. This removes the use of
any cache for the acpi operand object? What about performance? That
was the major reason the cache was added in the first place.
Our cache implementation fights with memory debugger in Microsoft Visual
C standard library. If you care about performance, the best way is to
disable this memory debugger, as we don't use it anyway. You could
accomplish it in two ways, one is to disable all DEBUG, the other is to
only disable memory debugger.
Here is the link to the offending MSVC flag description:
http://msdn.microsoft.com/en-us/library/10t349zs(VS.71).aspx
Regards,
Alex.
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html