Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: cb9bdf37532e8b75c38bd4874f9c797d7f66ed30 https://github.com/tianocore/edk2/commit/cb9bdf37532e8b75c38bd4874f9c797d7f66ed30 Author: Ashraf Ali <ashraf.al...@intel.com> Date: 2024-09-03 (Tue, 03 Sep 2024)
Changed paths: M SecurityPkg/FvReportPei/FvReportPei.c Log Message: ----------- SecurityPkg: Optimization by moving PeiServicesLocatePpi outside loop This update refactors the code by moving the LocatePpi function call outside of the for loop where it was previously called repeatedly. By relocating the LocatePpi invocation outside of the loop, we improve the efficiency of the code by avoiding redundant lookups. Signed-off-by: Ashraf Ali <ashraf.al...@intel.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits