TLBs are "just a detail" of roughly 100% of server, desktop, and mobile CPUs.
> Also, aren't they per core and not per process? What would that solve then to switch to MT?
TLB entries are per address space. Threads share an address space, processes do not.
TLBs are "just a detail" of roughly 100% of server, desktop, and mobile CPUs.
> Also, aren't they per core and not per process? What would that solve then to switch to MT?
TLB entries are per address space. Threads share an address space, processes do not.