{"created":"2025-01-18T22:50:43.175830+00:00","updated":"2025-01-22T23:06:41.504384+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00017821","sets":["934:1074:1077:1078"]},"path":["1078"],"owner":"1","recid":"17821","title":["関数値再利用および並列事前実行による高速化技術"],"pubdate":{"attribute_name":"公開日","attribute_value":"2002-09-15"},"_buckets":{"deposit":"86f5c339-fd2a-406d-af04-abfa2ecdf4ab"},"_deposit":{"id":"17821","pid":{"type":"depid","value":"17821","revision_id":0},"owners":[1],"status":"published","created_by":1},"item_title":"関数値再利用および並列事前実行による高速化技術","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"関数値再利用および並列事前実行による高速化技術"},{"subitem_title":"A Speedup Technique with Function Level Value Reuseand Parallel Precomputation","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"プロセッサアーキテクチャ","subitem_subject_scheme":"Other"}]},"item_type_id":"3","publish_date":"2002-09-15","item_3_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_3_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Economics, Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Informatics, Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Informatics, Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Informatics, Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Informatics, Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Faculty of Information Sciences, Hiroshima City University","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Informatics, Kyoto University","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/17821/files/IPSJ-THPS4306002.pdf"},"date":[{"dateType":"Available","dateValue":"2004-09-15"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-THPS4306002.pdf","filesize":[{"value":"388.4 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":"11"},{"tax":["include_tax"],"price":"0","billingrole":"14"},{"tax":["include_tax"],"price":"0","billingrole":"15"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"855a9e48-3ff4-488a-85af-fc6c6324d359","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2002 by the Information Processing Society of Japan"}]},"item_3_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"中島, 康彦"},{"creatorName":"緒方, 勝也"},{"creatorName":"正西申悟"},{"creatorName":"五島, 正裕"},{"creatorName":"森, 眞一郎"},{"creatorName":"北村, 俊明"},{"creatorName":"富田, 眞治"}],"nameIdentifiers":[{}]}]},"item_3_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Yasuhiko, Nakashima","creatorNameLang":"en"},{"creatorName":"Katsuya, Ogata","creatorNameLang":"en"},{"creatorName":"Shingo, Masanishi","creatorNameLang":"en"},{"creatorName":"Masahiro, Goshima","creatorNameLang":"en"},{"creatorName":"Shin-Ichiro, Mori","creatorNameLang":"en"},{"creatorName":"Toshiaki, Kitamura","creatorNameLang":"en"},{"creatorName":"Shinji, Tomita","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_3_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA11560614","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_3_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"SPARC Application Binary Interfaceに従って記述されたプログラムについて,コンパイラによる専用命令の埋め込みを必要とすることなく,ハードウェアによる関数レベルの値再利用および並列事前実行が可能であることを述べる.また,Stanfordベンチマークでは最大70%,SPEC95ベンチマークでは最大30%のサイクル数を削減できることを示す.","subitem_description_type":"Other"}]},"item_3_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"This paper describes how to apply function-level value-reuse and parallel precomputation against the programs based on SPARC application binary interface without any additional instructions. We show the maximum eliminated cycles reaches to 70% against Stanford-integer and 30% against SPEC95 benchmark programs respectively.","subitem_description_type":"Other"}]},"item_3_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"12","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌ハイパフォーマンスコンピューティングシステム(HPS) "}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2002-09-15","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"SIG06(HPS5)","bibliographicVolumeNumber":"43"}]},"relation_version_is_last":true,"weko_creator_id":"1"},"id":17821,"links":{}}