{"created":"2025-01-19T01:36:20.163173+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00234549","sets":["1164:1579:11464:11617"]},"path":["11617"],"owner":"44499","recid":"234549","title":["ARM64機械語コードから最適化に適したLLVM中間言語への変換手法の開発"],"pubdate":{"attribute_name":"公開日","attribute_value":"2024-06-03"},"_buckets":{"deposit":"772ff833-933c-4dc0-8949-ca62591f2638"},"_deposit":{"id":"234549","pid":{"type":"depid","value":"234549","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"ARM64機械語コードから最適化に適したLLVM中間言語への変換手法の開発","author_link":["639266","639267","639268","639269","639270","639265"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"ARM64機械語コードから最適化に適したLLVM中間言語への変換手法の開発"},{"subitem_title":"Development of a translation method from ARM64 machine code to optimizer-friendly LLVM IR","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"コンパイラ・言語処理系","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2024-06-03","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"宇都宮大学大学院地域創生科学研究科"},{"subitem_text_value":"宇都宮大学大学院地域創生科学研究科"},{"subitem_text_value":"宇都宮大学大学院地域創生科学研究科"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Utsunomiya University Graduate School of Regional Development and Creativity","subitem_text_language":"en"},{"subitem_text_value":"Utsunomiya University Graduate School of Regional Development and Creativity","subitem_text_language":"en"},{"subitem_text_value":"Utsunomiya University Graduate School of Regional Development and Creativity","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/234549/files/IPSJ-ARC24257005.pdf","label":"IPSJ-ARC24257005.pdf"},"date":[{"dateType":"Available","dateValue":"2026-06-03"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-ARC24257005.pdf","filesize":[{"value":"847.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":"44"}],"accessrole":"open_date","version_id":"b50c891f-53b6-44d3-b287-4ba8d2c334e2","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2024 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":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Satoki, Nagao","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Kanemitsu, Ootsu","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Takashi, Yokota","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_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":"現在,64 ビット ARM プロセッサが採用されている端末は,モバイル端末や IoT 機器等の計算資源が限られているものが多い.そのような端末上でのアプリケーションプログラムの実行速度の向上には,コンパイラによる最適化が有効である.しかし,元のソースコードが入手できない場合,最適化による恩恵を受けることができない.本稿では,ARM64 機械語バイナリコードの最適化を目的に,ARM64 機械語コードをコンパイラ基盤 LLVM の中間表現である LLVM IR で記述されたコードに変換する手法について述べる.本手法では,各関数上のスタック変数のオフセットとサイズの解析,条件分岐における条件判定の効率化により,ARM64 機械語コードを,ループの制御構造の解析および変形がしやすく,最適化に適した LLVM IR コードに変換する.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Currently, 64-bit ARM processors are used in many devices with limited computing resources, such as mobile devices and IoT devices. In order to achieve higher performance on such devices, compiler optimization is effective. However, if the original source code is not available, optimization cannot be applied. In this paper, we propose a method to convert ARM64 machine code into code written in LLVM IR, which is an intermediate representation used in LLVM compiler infrastructure, for the purpose of optimizing 64-bit ARM machine language binaries. This method transforms ARM64 machine code into LLVM IR with easy to analyze and transform loops, by analyzing the offset and size of stack variables on each function, and by simplifying the calculation of whether conditional branches are taken or not.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"6","bibliographic_titles":[{"bibliographic_title":"研究報告システム・アーキテクチャ(ARC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2024-06-03","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"5","bibliographicVolumeNumber":"2024-ARC-257"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"id":234549,"updated":"2025-01-19T09:46:25.171242+00:00","links":{}}