운영체제

[OS] how multiprocessor remedy memory stall

내가하루다 2021. 10. 26. 14:17
728x90

when a processor accesses memory, it spends a significant amount of time waiting for the data to becom available.

this situation is called memory stall (M).

( compute time : C )

 

with two hardware threads per core( CPU ), we can remedy this situation.

 

this technique is called CMT. chip multithreading.

728x90