Answered step by step
Verified Expert Solution
Question
1 Approved Answer
4. Design a program that illustrates the influence of virtual memory management on execution. Specifically, for a computer platform that uses VMM, determine the size
4. Design a program that illustrates the influence of virtual memory management on execution. Specifically, for a computer platform that uses VMM, determine the size of the active memory set and the access characteristics of the components involved in the VMM (size of page, access times, etc.). Then write a synthetic program that uses a relatively small amount of data for extensive computations. In more detail, if the size of the active memory set is M, have your program load a data set of size C into the cache and carry out a number of operations (involving this data set) that is several orders larger than C. Determine and plot the timings for C- 0.5-M, 0.6M, 0.7M, 0.8M, 0.9 M, 0.95 M, 0.99M, l.0M, 1.0l-M, 1.l-M, 1.5-M, 2-M, 5M, 10-M, and 50M. Pay attention to the replacement policy of the VMM and structure your computations so that you can be certain that thrashing occurs for C>M 4. Design a program that illustrates the influence of virtual memory management on execution. Specifically, for a computer platform that uses VMM, determine the size of the active memory set and the access characteristics of the components involved in the VMM (size of page, access times, etc.). Then write a synthetic program that uses a relatively small amount of data for extensive computations. In more detail, if the size of the active memory set is M, have your program load a data set of size C into the cache and carry out a number of operations (involving this data set) that is several orders larger than C. Determine and plot the timings for C- 0.5-M, 0.6M, 0.7M, 0.8M, 0.9 M, 0.95 M, 0.99M, l.0M, 1.0l-M, 1.l-M, 1.5-M, 2-M, 5M, 10-M, and 50M. Pay attention to the replacement policy of the VMM and structure your computations so that you can be certain that thrashing occurs for C>M
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started