From: Bob Moore Date: Wed, 31 Oct 2012 02:27:32 +0000 (+0000) Subject: ACPICA: AcpiExec: Improve algorithm for tracking memory leaks X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~14^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8da9151bb7e2d18624fdd8dbb066419186f0ec1;p=pandora-kernel.git ACPICA: AcpiExec: Improve algorithm for tracking memory leaks Add some intelligence to the code that maintains the global list of allocated memory. The list is now ordered by allocated memory address, significantly improving performance. When running AcpiExec on the ASLTS test suite, speed improvements of 3X to 5X are seen, depending on the platform and/or the environment. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed