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

Introduction to performance optimization using Intel SW tools

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

Why is the pointer chasing useful?

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

Варианты ответа
dereference process is not determined, it's better to avoid non-determinism
it is necessary to avoid extra memory free operations
extra links may lead to unexpected memory freed
each dereference involves the cache load, it is significant for big structures(Верный ответ)
pointer chasing is just code formatting convention which is not related to the program execution speed
Похожие вопросы
What is the meaning of restrict attribute at pointer definition in С/С++?