http://www.appleforum.com/showthread.php?t=9361


http://en.wikipedia.org/wiki/Simultaneous_multithreading

CPU 관점
Coarse Grained multithreading
몇 사이클동안 한 스레드의 인스트럭션을 수행

Fine Grained multithreading
매 사이클 각 스레드의 인스트럭션을 수행


강추
http://www.cs.ucr.edu/~bhuyan/cs162/LECTURE10.ppt

Advanced Topics in Pipelining-SMT and Single-Chip Multiprocessor
http://www.princeton.edu/~jdonald/research/hyperthreading/govindarajan_smtpres.pdf

MTP: Understanding the Essence
http://galeb.etf.bg.ac.yu/~vm/tutorial/micro/mtp/mtp.htm

Paper presentation: Introductory SMT (Simultanous Multi-Threading).
http://hassan.shojania.com/pdf/SMT_presentation.pdf


http://blog.naver.com/minotink?Redirect=Log&logNo=120016572274


http://www.cs.washington.edu/research/smt/


Project topic: Reducing L2 cache miss rate with helper thread (using SSMT: a SMT simulator based on SimpleScalar).
http://hassan.shojania.com/pdf/HelperThread_presentation.pdf

+ Recent posts