{"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00217091","sets":["1164:1579:10818:10892"]},"path":["10892"],"owner":"44499","recid":"217091","title":["STRAIGHTアーキテクチャにおけるC++コンパイラ開発と性能評価"],"pubdate":{"attribute_name":"公開日","attribute_value":"2022-03-03"},"_buckets":{"deposit":"ea34457a-baab-4c27-86d1-55757f5069ae"},"_deposit":{"id":"217091","pid":{"type":"depid","value":"217091","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"STRAIGHTアーキテクチャにおけるC++コンパイラ開発と性能評価","author_link":["561708","561705","561707","561703","561706","561704","561709"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"STRAIGHTアーキテクチャにおけるC++コンパイラ開発と性能評価"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"プロセッサ・アーキテクチャ","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2022-03-03","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":"The University of Tokyo","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Information Science and Technology, University of Tokyo","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Information Science and Technology, University of Tokyo","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Information Science and Technology, University of Tokyo","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Information Science and Technology, University of Tokyo","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Information Science and Technology, University of Tokyo","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Information Science and Technology, University of Tokyo","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/217091/files/IPSJ-ARC22248003.pdf","label":"IPSJ-ARC22248003.pdf"},"date":[{"dateType":"Available","dateValue":"2024-03-03"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-ARC22248003.pdf","filesize":[{"value":"1.4 MB"}],"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":"9d7c3a60-4243-4e4d-8507-421348f6819b","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2022 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":"命令間の偽の依存関係は,Out of Order スーパースカラプロセッサの効率的な命令発行を妨げる要因の一つである.STRAIGHTは命令間の偽の依存関係が発生しない命令セットアーキテクチャであり,Out of Order スーパースカラプロセッサをスケーラブルかつ省電力に構成することができる.STRAIGHT はオペランドを命令間距離で指定する特色を持っており,この性質から派生する様々な制約を解いてコードが生成される.C 言語ベンチマークを用いた性能評価では,STRAIGHT 特有の最適化によって RISC-V と同等の性能を実現できることが分かっている.しかし,より複雑な言語において,STRAIGHT 固有の制約が命令数や実行時の性能にどのような影響を与えるのかは未知数であった.本研究ではこれを明らかにすべく,STRAIGHT 用 C++ コンパイラの開発,SPEC CPU の C++ 言語ベンチマークに対する性能評価を行った.その結果,C++ 言語に特有な性能低下はみられなかった.一方で,C 言語と同様に命令間距離の調整のための命令によって,性能が低下していることが分かった.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"7","bibliographic_titles":[{"bibliographic_title":"研究報告システム・アーキテクチャ(ARC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2022-03-03","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"3","bibliographicVolumeNumber":"2022-ARC-248"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"id":217091,"updated":"2025-01-19T15:37:31.929638+00:00","links":{},"created":"2025-01-19T01:17:35.864681+00:00"}