@article{oai:ipsj.ixsq.nii.ac.jp:00086057, author = {江藤, 正通 and 堀場, 匠一朗 and 浅井, 宏樹 and 津邑, 公暁 and 松尾, 啓志 and Masamichi, Eto and Shoichiro, Horiba and Hiroki, Asai and Tomoaki, Tsumura and Hiroshi, Matsuo}, issue = {5}, journal = {情報処理学会論文誌コンピューティングシステム(ACS)}, month = {Oct}, note = {マルチコア環境における並列プログラミングでは,メモリアクセスの調停には一般にロックが用いられてきた.しかしロックを使用する場合,デッドロックの発生や並列性の低下などの問題がある.そこでロックを用いない並行性制御機構として LogTM が提案されている. LogTM では possible_cycle というフラグを用いて競合を解決する.しかし,この競合解決手法では starving writer が発生し,長期にわたるストールや競合の繰返しにより性能が大きく低下してしまう.そこで本稿では, starving writer の解決手法を提案する.提案手法の有効性を検証するためにシミュレーションによる評価を行った結果,既存の LogTM に比べて最大で 18.7%,平均で 6.6% の性能向上が得られることを確認した., Lock-based thread synchronization techniques are commonly used in parallel programming on multi-core processors. However, lock can cause deadlocks and poor scalabilities. Hence, LogTM has been proposed and studied for lock-free synchronization. To solve conflicts, LogTM uses a flag called ‘possible_cycle.’ However, the performance can decline with some conflict patterns. This paper proposes a method for dynamically changing the priority of threads to solve the conflict patterns. Our model reduces the number of aborts and recurrence of aborts. The result of the experiment shows that the proposed method improves the performance 18.7% in maximum and 6.6% in average.}, pages = {55--65}, title = {Starving Writerの解消によるLogTMの高速化}, volume = {5}, year = {2012} }