Nieuws

History History 45 lines (41 loc) · 1.93 KB main Breadcrumbs ada-code-samples / data-structures / lists / visual-basic / ...
Many applications contain loops with an undetermined number of iterations. These loops have to be parallelized in order to increase the throughput when executed on an embedded multiprocessor platform.
Several high-performance applications integrate loop bodies, which represent the most critical sections. This aspect brings two challenges. Firstly, the Worst Case Execution Time (WCET) must be ...