linux/drivers/acpi/dispatcher
Valery Podrezov 9bc75cff49 ACPICA: Eliminate control method 2-pass parse/execute.
Completed an AML interpreter performance enhancement for control method
execution. Previously a 2-pass parse/execution, control methods are now
completely parsed and executed in single pass. This improves overall
interpreter performance by ~25%, reduces code size, and reduces CPU stack use.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2007-02-02 21:14:27 -05:00
..
dsfield.c ACPICA: Temporary fix for BankValue parameter 2007-02-02 21:14:21 -05:00
dsinit.c ACPICA: Implement simplified Table Manager 2007-02-02 21:14:21 -05:00
dsmethod.c ACPICA: Eliminate control method 2-pass parse/execute. 2007-02-02 21:14:27 -05:00
dsmthdat.c
dsobject.c
dsopcode.c
dsutils.c
dswexec.c ACPICA: Update interpreter error paths to always report the error 2007-02-02 21:14:26 -05:00
dswload.c ACPICA: Report error if method creates 2 objects with the same name 2007-02-02 21:14:25 -05:00
dswscope.c
dswstate.c
Makefile