以下截至106清大计系第5题
A student in a compiler design course proposes to the professor a project of
writing a compiler that will produce a list of page references that can be
used to implement the optimal page replacement algorithm. Is this possible ?
Why or why not ? Is there anything that could be done to improve paging
effiiency at run time ?
我的疑问:
之前我是写opt置换法因为要得知未来page access顺序才能得以实施,所以这题答案
impossible
但是过几天再复习的时候我又多了一个想法:
这个学生不是在上compiler design的"课程"吗?既然是课程,教授可以给他一串access顺序
(好比考试的时候给你一组access顺序问OPT法的page fault次数那样),这样不就行得通了?
这问题困扰我几个小时了 麻烦大神说明一下我的盲点QQ