关键词:通信;多核;并行编程环境的并行语言;TLS;TM;TLS+TM
摘 要:In this paper,five kinds of typical multi-core processers are compared from thread,cache,inter-core interconnect and etc.Two kinds of multi-core programming environments and some new programming languages are introduced.Thread-level speculation (TLS) and transactional memory (TM) are introduced to solve the problem of parallelization of sequential program.TLS automatically analyze and speculate the part of sequential process which can be parallel implement,and then automatically generate parallel code.TM systems provide an efficient and easy mechanism for parallel programming on multi-core processors,Typical TM likes TCC,UTM,LogTM,LogTMSE and SigTM are introduced.Combined the TLS and TM can more effectively improve the sequential program running on the multi-core processors.Typical extended TM systems to support TLS likes TCC,TTM,PTT and STMiite are introduced.