База ответов ИНТУИТ

Introduction to performance optimization using Intel SW tools

<<- Назад к вопросам

Required condition for dependency between S1 and S2 are the following:

(Ответ считается верным, если отмечены все правильные варианты ответов.)

Варианты ответа
there is a path during the execution from S1 to S2(Верный ответ)
there is no path during the execution from S1 to S2
both of them use the same memory cell and at least one writes(Верный ответ)
both of them use the same memory cell and modify it
Похожие вопросы
When the dependency <S1,S2> is anti-dependence?
What is FLOW dependency?
What is OUTPUT dependency?
What is ANTI dependency?
Statement M dominates N if
What is required for loop dependency between S1 и S2 in a nested set?
What is the meaning of restrict attribute at pointer definition in С/С++?
Schedule clause accepts the following arguments:
What is __declspec(align(n)) pragma used for?
nowait directive is used for: