adplus-dvertising
frame-decoration

Question

What is working-set tuning?

a.

The process of gathering the most frequently used code areas in the beginning of the module

b.

The process of delaying the loading of rarely used code

c.

The process of reducing memory consumption and improving program startup speed

d.

All of the above

Posted under Reverse Engineering

Answer: (d).All of the above Explanation:Working-set tuning is the process of rearranging the layout of code in an executable by gathering the most frequently used code areas in the beginning of the module. The idea is to delay the loading of rarely used code, so that only frequently used portions of the program reside constantly in memory. The benefit is a significant reduction in memory consumption and an improved program startup speed.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is working-set tuning?