{"links":{},"id":12019,"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00012019","sets":["581:677:686"]},"path":["686"],"owner":"1","recid":"12019","title":["ソフトウェアDSM機構を支援する最適化コンパイラ"],"pubdate":{"attribute_name":"公開日","attribute_value":"2001-04-15"},"_buckets":{"deposit":"0ef9ce9b-17e7-46b2-a199-449f66199184"},"_deposit":{"id":"12019","pid":{"type":"depid","value":"12019","revision_id":0},"owners":[1],"status":"published","created_by":1},"item_title":"ソフトウェアDSM機構を支援する最適化コンパイラ","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"ソフトウェアDSM機構を支援する最適化コンパイラ"},{"subitem_title":"An Optimizing Compiler to Support Software DSM Systems","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"特集:並列処理","subitem_subject_scheme":"Other"}]},"item_type_id":"2","publish_date":"2001-04-15","item_2_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"東京大学大学院理学系研究科情報科学専攻/日本学術振興会特別研究員"},{"subitem_text_value":"東京大学大学院理学系研究科情報科学専攻/科学技術振興事業団さきがけ研究21「情報と知」領域"},{"subitem_text_value":"東京大学大学院理学系研究科情報科学専攻"}]},"item_2_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Department of Information Science, Faculty of Science, University of Tokyo/JSPS Research Fellow","subitem_text_language":"en"},{"subitem_text_value":"Department of Information Science, Faculty of Science, University of Tokyo/PRESTO, Japan Science and Technology Corporation","subitem_text_language":"en"},{"subitem_text_value":"Department of Information Science, Faculty of Science, University of Tokyo","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"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/12019/files/IPSJ-JNL4204025.pdf"},"date":[{"dateType":"Available","dateValue":"2003-04-15"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-JNL4204025.pdf","filesize":[{"value":"1.2 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":"8"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"04aee0b3-b0ad-4d4a-a070-c2c4646bf0de","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2001 by the Information Processing Society of Japan"}]},"item_2_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"丹羽, 純平"},{"creatorName":"松本, 尚"},{"creatorName":"平木, 敬"}],"nameIdentifiers":[{}]}]},"item_2_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Junpei, Niwa","creatorNameLang":"en"},{"creatorName":"Takashi, Matsumoto","creatorNameLang":"en"},{"creatorName":"Kei, Hiraki","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_2_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN00116647","subitem_source_identifier_type":"NCID"}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_6501","resourcetype":"journal article"}]},"item_2_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7764","subitem_source_identifier_type":"ISSN"}]},"item_2_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"ソフトウェアDSMは低い実装コストで,実行時に共有アドレス空間を提供できるため,幅広いアプリケーションを扱うことが可能である.ただし,高性能を得るためには,アプリケーションプログラムのソースを直接解析する最適化コンパイラの支援が必要である.最適化コンパイラの目的は,コヒーレンス管理にともなう通信/命令のオーバヘッドを削減することにある.その実現のために,手続き間ポインタ解析を行い,緩和されたメモリモデルの上で,手続き間区間解析の枠組で冗長性削除のデータフロー方程式を解くことで,共有メモリアクセスのサマリを算出する.さらに,fetch-on-writeを抑制するコード生成を行う.我々は上記の最適化コンパイラ(RCOP)を作成して,ワークステーションクラスタ上に低オーバヘッドなランタイム実装した.SPLASH-2ベンチマークを用いた実験により,コンパイラの最適化の効果を確かめた.台数効果を得るのが困難とされているアプリケーション,FFTとRadixに対して,高い台数効果を得ることができた(16台で逐次の約4倍).","subitem_description_type":"Other"}]},"item_2_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Software Distributed Shared Memory (DSM) provides shared address spaceat run-time and accepts a wide range of applications, and it is easy toimplement on the existing systems with commodity hardware. An optimizing compiler that directly analyses shared-memory source programs is indispensable for improving theperformance of software DSM systems.The purpose of compiler optimization is to generate codes reducing thecommunication and instruction overheads for software cache-coherencemanagement.The optimizing compiler performs interprocedural points-to analysis andinterprocedural shared-access set calculations by using intervalanalysis to solve redundancy elimination equations along with lazyrelease consistency model.It generates the codes that avoidfetch-on-write. We have implemented this optimizing compiler, Remote CommunicationOptimizer: RCOP.We also have implemented the lightweight runtimesystems on an SS20 workstation cluster connected with the FastEthernet (100BASE-TX). The experimental results using the SPLASH-2benchmark suite show that the combination of the optimizing compilerand software DSM is very effective.Our proposed system had highspeed-up ratios for the FFT and Radix programs, that is, challengingapplications for software DSM (about 4 times faster than sequentialprograms on 16 processors).","subitem_description_type":"Other"}]},"item_2_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"897","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌"}],"bibliographicPageStart":"879","bibliographicIssueDates":{"bibliographicIssueDate":"2001-04-15","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"4","bibliographicVolumeNumber":"42"}]},"relation_version_is_last":true,"item_2_alternative_title_2":{"attribute_name":"その他タイトル","attribute_value_mlt":[{"subitem_alternative_title":"並列化コンパイラ"}]},"weko_creator_id":"1"},"created":"2025-01-18T22:46:29.433279+00:00","updated":"2025-01-23T01:52:28.757955+00:00"}