{"links":{},"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00225427","sets":["1164:1579:11081:11179"]},"path":["11179"],"owner":"44499","recid":"225427","title":["キャッシュ置き換えアルゴリズムを応用した自動メモ化プロセッサのルックアップテーブル管理手法"],"pubdate":{"attribute_name":"公開日","attribute_value":"2023-03-16"},"_buckets":{"deposit":"5ad53810-67f8-4bb4-9f1e-46603a78201b"},"_deposit":{"id":"225427","pid":{"type":"depid","value":"225427","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"キャッシュ置き換えアルゴリズムを応用した自動メモ化プロセッサのルックアップテーブル管理手法","author_link":["596427","596425","596430","596426","596429","596428","596431"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"キャッシュ置き換えアルゴリズムを応用した自動メモ化プロセッサのルックアップテーブル管理手法"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"アーキテクチャ","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2023-03-16","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"名古屋工業大学"},{"subitem_text_value":"名古屋工業大学"},{"subitem_text_value":"名古屋工業大学"},{"subitem_text_value":"東京大学"},{"subitem_text_value":"国立情報学研究所"},{"subitem_text_value":"奈良先端科学技術大学院大学"},{"subitem_text_value":"名古屋工業大学"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Nagoya Institute of Technology","subitem_text_language":"en"},{"subitem_text_value":"Nagoya Institute of Technology","subitem_text_language":"en"},{"subitem_text_value":"Nagoya Institute of Technology","subitem_text_language":"en"},{"subitem_text_value":"The University of Tokyo","subitem_text_language":"en"},{"subitem_text_value":"National Institute of Informatics","subitem_text_language":"en"},{"subitem_text_value":"Nara Institute of Science and Technology","subitem_text_language":"en"},{"subitem_text_value":"Nagoya Institute of Technology","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/225427/files/IPSJ-ARC23252040.pdf","label":"IPSJ-ARC23252040.pdf"},"date":[{"dateType":"Available","dateValue":"2025-03-16"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-ARC23252040.pdf","filesize":[{"value":"689.8 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"16"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"3e03b38e-4af8-4a85-badc-09bcf5e06ceb","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2023 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"藤江, 健吾"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"宮川, 晃輔"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"中原, 博研"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"塩谷, 亮太"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"五島, 正裕"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"中島, 康彦"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"津邑, 公暁"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10096105","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8574","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"我々は計算再利用に基づいた高速化手法を採用した自動メモ化プロセッサを提案している.自動メモ化プロセッサは再利用対象である関数の実行時に,その関数の入出力を記憶する.その後,同一関数を同一入力により再実行しようとした際に,過去に記憶した出力を再利用することでその実行自体を省略する.この自動メモ化プロセッサは,入出力を記憶するルックアップテーブルとして利用される再利用表の利用効率が,プログラムの実行速度に強く影響する.しかしこれまで,再利用表の管理方法について十分に検討されていない部分がある.具体的には,置換アルゴリズムとして使用されている LRU が再利用表の管理に最適であるか否か検証されていない点である.そこで本研究では,出現する入出力の傾向をふまえた,再利用表の管理に適していると思われるキャッシュ置換アルゴリズムである RRIP を再利用表に応用する手法を提案する.この効果を確認するため,stanford ベンチマーク,および SPEC CPU95 INT ベンチマークを用いたシミュレーションによる評価を行った結果,LRU と比べて最大 27.1% の性能向上を確認した.また RRIP は,パラメータによってその動作を変更することができるが,それぞれのベンチマークで最も性能が向上するパラメータで評価した場合,平均で 12.4% の性能向上を確認した.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"9","bibliographic_titles":[{"bibliographic_title":"研究報告システム・アーキテクチャ(ARC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2023-03-16","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"40","bibliographicVolumeNumber":"2023-ARC-252"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"updated":"2025-01-19T12:48:56.895875+00:00","created":"2025-01-19T01:24:56.347900+00:00","id":225427}