linux/drivers/acpi/dispatcher
Bob Moore 96411a6304 ACPICA: Optimize execution of AML While loops
Previously, a control state object was allocated and freed for
each execution of the loop. The optimization is to simply reuse
the control state for each iteration. This speeds up the raw loop
execution time by about 5%.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2008-12-29 22:38:36 -05:00
..
dsfield.c ACPICA: Fix to allow zero-length ASL field declarations 2008-06-11 19:13:47 -04:00
dsinit.c ACPICA: Eliminate acpi_native_uint type v2 2008-07-16 23:27:03 +02:00
dsmethod.c ACPICA: Fixed a couple memory leaks associated with "implicit return" 2008-10-22 23:14:48 -04:00
dsmthdat.c ACPICA: Cleanup for internal Reference Object 2008-10-22 23:14:45 -04:00
dsobject.c ACPICA: Cleanup for internal Reference Object 2008-10-22 23:14:45 -04:00
dsopcode.c ACPICA: Optimize execution of AML While loops 2008-12-29 22:38:36 -05:00
dsutils.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
dswexec.c ACPICA: Fix for implicit return compatibility 2008-10-22 23:14:49 -04:00
dswload.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
dswscope.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
dswstate.c ACPICA: Eliminate acpi_native_uint type v2 2008-07-16 23:27:03 +02:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00