Skip to content

SCP Firmware runtime performance optimizations

Darryl Green requested to merge github/fork/girishpathak/runtime_perf_v1 into master

Created by: girishpathak

This pull request contains the changes which may improve runtime performance of some use cases such as SCMI requests.

The focus of the improvement is reduce the function call overhead of some of the functions which gets executed very frequently at the runtime.

Merge request reports