Content deleted Content added
Improved accuracy of ParaWise/CAPTools |
No edit summary |
||
Line 5:
==Compiler parallelization analysis==
The compiler usually conducts two passes of analysis before actual parallelization in order to determine the following:
*Is it safe to parallelize the loop? Answering this question needs accurate [[dependence analysis]] and [[alias analysis]]dsadsadsadsaddsadasd
*Is it worthwhile to parallelize it? This answer requires a reliable estimation of the program workload and the capacity of the parallel system.
|