针对如何在细粒度多线程系统中减少线程同步及通信开销以提高处理器利用率,提出了一种可用于多处理器片上系统的线程迁移策略,并将其应用于代码自动生成工具中。该线程迁移策略能够合理地选择线程迁移时机,减少线程过度迁移导致的性能损失。在此基础上,提出了相应的线程划分方法。实验结果表明,该策略和方法能有效提高处理器利用率,为改善系统性能提供切实有效的技术方法。
Aiming at the target of how to reduce the overhead of thread synchronization and communication to improve processor utilization in fine-grained muhithreaded system, this paper proposed a thread migration strategy that could he used on MPSoC and applied into an automatic code generation tool. The strategy could select the appropriate timing for thread migration and avoid the performance loss due to excessive thread migration. Based on this, it proposed a thread partition method. Experimental results demonstrate that the strategy and method can increase processor utilization and improve system performance.