During the design phase, you examine the critical regions identified during the analysis phase to determine the design changes required to accommodate a threading paradigm. Design changes include making modifications to facilitate the use of threading models, including:
data restructuring
code restructuring
During this phase, you need to address the following questions:
Which variables must be shared?
Is the current structure is a good candidate for threading?
You could leave a comment if you were logged in.
students/high_performance_test/question_11.txt · Last modified: 2016/08/07 00:05 by kel
Discussion
Ответы: 1,2,3
Цитата [Threading Methodology: Principles and Practices , стр 13]:
During the design phase, you examine the critical regions identified during the analysis phase to determine the design changes required to accommodate a threading paradigm. Design changes include making modifications to facilitate the use of threading models, including:
During this phase, you need to address the following questions: