{"created":"2025-01-18T22:55:02.717648+00:00","updated":"2025-01-22T20:14:20.651717+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00023710","sets":["1164:1579:1628:1632"]},"path":["1632"],"owner":"1","recid":"23710","title":["命令畳み込み,データ投機および再利用技術を用いたJava仮想マシンの高速化"],"pubdate":{"attribute_name":"公開日","attribute_value":"2000-03-02"},"_buckets":{"deposit":"a7088a7f-e206-4445-8eea-dfe7c01e37b6"},"_deposit":{"id":"23710","pid":{"type":"depid","value":"23710","revision_id":0},"owners":[1],"status":"published","created_by":1},"item_title":"命令畳み込み,データ投機および再利用技術を用いたJava仮想マシンの高速化","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"命令畳み込み,データ投機および再利用技術を用いたJava仮想マシンの高速化"},{"subitem_title":"High Speed Java Bytecode Execution Using Instruction Folding, Data Value Speculation and Data Value Reuse","subitem_title_language":"en"}]},"item_type_id":"4","publish_date":"2000-03-02","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"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":"Division of Communications and Computer Engineer - ing, Graduate School of Informatics, Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Department of Information Science, Faculty of Engi - neering, Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Division of Communications and Computer Engineer - ing, Graduate School of Informatics, Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Economics, Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Division of Communications and Computer Engineer - ing, 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/23710/files/IPSJ-ARC99137003.pdf"},"date":[{"dateType":"Available","dateValue":"2002-03-02"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-ARC99137003.pdf","filesize":[{"value":"577.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":"c8dbf79a-69ca-4173-96d0-b0e1476f7cf7","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2000 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"重田, 大助"},{"creatorName":"小川, 洋平"},{"creatorName":"山田, 克樹"},{"creatorName":"中島, 康彦"},{"creatorName":"富田, 眞治"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Daisuke, Shigeta","creatorNameLang":"en"},{"creatorName":"Youhei, Ogawa","creatorNameLang":"en"},{"creatorName":"Katsuki, Yamada","creatorNameLang":"en"},{"creatorName":"Yasuhiko, Nakashima","creatorNameLang":"en"},{"creatorName":"Shinji, Tomita","creatorNameLang":"en"}],"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_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"Javaバイトコードを直接実行する場合に,命令畳み込み,データ投機およびデータ再利用などの手法によってどの程度の高速化が可能かについて考察した.命令畳み込みはスタックマシンの特徴による命令数の増加を抑える手法である.効果を定量的に測定するために,命令畳み込みを考慮に入れたプロセッサの構成を仮定し,このプロセッサ上で,命令の実行結果を予測するデータ投機,命令の実行結果を再利用するデータ再利用の効果を測定した結果,データ再利用の手法がデータ投機の手法よりも効果的であることがわかった.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"This paper describes the effectiveness of Instruction Folding, Data Value Speculation and Data Value Reuse against the execution of Java bytecodes. For a quantitative evaluation, we assumed a micro architecture equipped with some special purpose tables and facilities for Instruction Folding which can reduce the number of dynamic steps of instructions. On this execution model, we measured the effectiveness of Data Value Speculation which predicts the results of instructions, and that of Data Value Reuse which reuses the result of instructions. As a result, we show that Data Value Reuse is more efficient than Data Value Speculation.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"18","bibliographic_titles":[{"bibliographic_title":"情報処理学会研究報告計算機アーキテクチャ(ARC)"}],"bibliographicPageStart":"13","bibliographicIssueDates":{"bibliographicIssueDate":"2000-03-02","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"23(1999-ARC-137)","bibliographicVolumeNumber":"2000"}]},"relation_version_is_last":true,"weko_creator_id":"1"},"id":23710,"links":{}}