Local store memoryaccesses are extremely fast compared to main memoryaccesses.
对本地存储内存的访问与主存访问相比速度更快。
2
Iterating an Intrusive container needs less memoryaccesses than the semantically equivalent container of Pointers: iteration is faster.
介入式容器的迭代比相同语义的指针容器需要更少的内存访问:迭代可以更快。
3
Then, when you run the instrumented program, Purify scrutinizes memoryaccesses and manipulations by your program and identifies memory errors that are about to happen.