diff options
author | Ashraf Ali <ashraf.ali.s@intel.com> | 2024-08-14 23:16:29 +0530 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-03 05:02:41 +0000 |
commit | cb9bdf37532e8b75c38bd4874f9c797d7f66ed30 (patch) | |
tree | f6f35f8b912f2e47921ba277087045d602854ab8 /NetworkPkg | |
parent | a859f4fc0397ec4a9d1af016b7e1f03ccf14b605 (diff) | |
download | edk2-cb9bdf37532e8b75c38bd4874f9c797d7f66ed30.tar.gz edk2-cb9bdf37532e8b75c38bd4874f9c797d7f66ed30.tar.bz2 edk2-cb9bdf37532e8b75c38bd4874f9c797d7f66ed30.zip |
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.ali.s@intel.com>
Diffstat (limited to 'NetworkPkg')
0 files changed, 0 insertions, 0 deletions