Automatic parallelization: Difference between revisions

Content deleted Content added
Rescuing 2 sources and tagging 0 as dead. #IABot (v1.2.5)
m Added missing space after full stop.
Tags: Visual edit Mobile edit Mobile web edit
Line 23:
 
===Analyze===
The [[analyzer]] is used to identify sections of code that can be executed concurrently. The analyzer uses the static data information provided by the scanner-parser. The analyzer will first find out all the functions that are totally independent of each other and mark them as
individual tasks. Then analyzer finds which tasks are having dependencies.