{"id":18466,"created":"2025-01-18T22:51:11.798715+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00018466","sets":["934:1119:1142:1143"]},"path":["1143"],"owner":"1","recid":"18466","title":["入れ子関数を利用する動的負荷分散と高水準記述"],"pubdate":{"attribute_name":"公開日","attribute_value":"2004-10-15"},"_buckets":{"deposit":"378b9f75-009f-4864-989e-0f149b616019"},"_deposit":{"id":"18466","pid":{"type":"depid","value":"18466","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":"Dynamic Load Balancing by Using Nested Functions and Its High - level Description","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"言語処理系","subitem_subject_scheme":"Other"}]},"item_type_id":"3","publish_date":"2004-10-15","item_3_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"京都大学大学院情報学研究科通信情報システム専攻"},{"subitem_text_value":"豊橋技術科学大学情報工学系"},{"subitem_text_value":"京都大学大学院情報学研究科通信情報システム専攻"}]},"item_3_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Department of Communications and Computer Engineering, Graduate School of Informatics, Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Department of Information and Computer Sciences, Toyohashi University of Technology","subitem_text_language":"en"},{"subitem_text_value":"Department of Communications and Computer Engineering, 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/18466/files/IPSJ-TACS4511034.pdf"},"date":[{"dateType":"Available","dateValue":"2006-10-15"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-TACS4511034.pdf","filesize":[{"value":"160.9 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":"73c39be0-cab2-4393-9eaf-ca5b8a85b2ab","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2004 by the Information Processing Society of Japan"}]},"item_3_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"八杉, 昌宏"},{"creatorName":"小宮, 常康"},{"creatorName":"湯淺, 太一"}],"nameIdentifiers":[{}]}]},"item_3_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Masahiro, Yasugi","creatorNameLang":"en"},{"creatorName":"Tsuneyasu, Komiya","creatorNameLang":"en"},{"creatorName":"Taiichi, Yuasa","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_3_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA11833852","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_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7829","subitem_source_identifier_type":"ISSN"}]},"item_3_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"本論文では,GNU CコンパイラなどがC言語の拡張機能として提供する入れ子関数を利用して,呼び出し元の変数にアクセスすることで,遅延タスク生成に基づく負荷分散を行うプログラムが書けることを示す.また,バックトラックに相当する動作の記述も可能であることを示す.ただし本記述方式では,オリジナルの遅延タスク生成より低水準な記述が可能であり,タスクは継続を処理するものとは限らず,明示された並列実行可能部分を処理するものとする.このため,クラスタなどの分散環境でも利用できる.一方,低水準な記述が望ましくない場合もあるので,高水準な記述についても考察する.また,GNU Cコンパイラの入れ子関数の生成・維持コストが少なくなるよう実装を改良した.共有メモリ型並列計算機上での予備的性能評価により,理想的な台数効果と低い並列化オーバヘッドが確認できた.","subitem_description_type":"Other"}]},"item_3_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"In this paper, we show that we can write a program with “Lazy Task Creation”-based load balancing where callers’ variables are accessed by using nested functions provided as an extension to C by the GNU C compiler. We also show that we can describe a behavior corresponding to backtracking. Our scheme accepts a lower-level description than the original LTC. A task can be created not only to process a continuation but also to process a specified part for parallel execution. The low-level description can be used for the distributed computing such as cluster computing. Since the low-level description is sometimes undesirable, we also discuss its high-level description. We also enhanced GCC to reduce allocation overhead and maintenance overhead of nested functions. The results of preliminary performance measurements on various shared-memory parallel computers exhibit near-ideal speedups and quite low parallelization overhead.","subitem_description_type":"Other"}]},"item_3_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"377","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌コンピューティングシステム(ACS)"}],"bibliographicPageStart":"368","bibliographicIssueDates":{"bibliographicIssueDate":"2004-10-15","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"SIG11(ACS7)","bibliographicVolumeNumber":"45"}]},"relation_version_is_last":true,"weko_creator_id":"1"},"updated":"2025-01-22T22:45:36.684012+00:00","links":{}}