From: Chao Guan Date: Wed, 19 Dec 2012 05:37:53 +0000 (+0000) Subject: ACPICA: Performance enhancement for ACPI package objects. X-Git-Tag: v3.9-rc1~146^2~11^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53938551c827d2016912ae5a431a7dad76c2426a;p=pandora-kernel.git ACPICA: Performance enhancement for ACPI package objects. This change greatly increases the performance of package objects within the interpreter. It changes the processing of reference counts for packages by optimizing for the most common case where the package subobjects are either integers, strings, or buffers. Increases the performance of the ASLTS test suite by 1.5X. Chao Guan. ACPICA BZ 943. https://www.acpica.org/bugzilla/show_bug.cgi?id=943 Signed-off-by: Chao Guan Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed