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

Introduction to performance optimization using Intel SW tools

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

How loop unrolling is provided?

(Отметьте один правильный вариант ответа.)

Варианты ответа
by grouping small iterations into one big(Верный ответ)
big loop is divided into big number of small sequential loops
by substitution functions to the call sites
Похожие вопросы
What is loop unrolling for?
When full loop unrolling is applicable?
What is loop peeling?
Loop vectorization is
What is loop invariant?
Loop optimizations are:
What is required for most of the loop optimizations
What is the Loop Stream Detector for?
What pragma is used to parallelize loop:
Why performance could be increased after the loop distribution?