0

Why is TLB(Translation look aside buffer) stored in PCB during context switch? Isnt saving page table for the process not enough?

1 Answers1

-1

The Translation Look Aside buffer is NOT stored in the Process Context Block. On some processors the TLB has to be flushed as part of the context switch.

user3344003
  • 20,574
  • 3
  • 26
  • 62