<?xml version='1.0' encoding='UTF-8'?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2026-05-12T09:50:28Z</responseDate>
  <request metadataPrefix="jpcoar_1.0" verb="GetRecord" identifier="oai:ipsj.ixsq.nii.ac.jp:00146678">https://ipsj.ixsq.nii.ac.jp/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:ipsj.ixsq.nii.ac.jp:00146678</identifier>
        <datestamp>2025-01-20T17:51:30Z</datestamp>
        <setSpec>6164:6805:6807:8441</setSpec>
      </header>
      <metadata>
        <jpcoar:jpcoar xmlns:datacite="https://schema.datacite.org/meta/kernel-4/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:jpcoar="https://github.com/JPCOAR/schema/blob/master/1.0/" xmlns:oaire="http://namespace.openaire.eu/schema/oaire/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rioxxterms="http://www.rioxx.net/schema/v2.0/rioxxterms/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="https://github.com/JPCOAR/schema/blob/master/1.0/" xsi:schemaLocation="https://github.com/JPCOAR/schema/blob/master/1.0/jpcoar_scm.xsd">
          <dc:title>コードクローンに基づく括出し法</dc:title>
          <dc:title xml:lang="en">Factoring out Based on Code Clones</dc:title>
          <jpcoar:creator>
            <jpcoar:creatorName>那須, 孝志</jpcoar:creatorName>
          </jpcoar:creator>
          <jpcoar:creator>
            <jpcoar:creatorName>滝本, 宗宏</jpcoar:creatorName>
          </jpcoar:creator>
          <jpcoar:creator>
            <jpcoar:creatorName xml:lang="en">Takashi, Nasu</jpcoar:creatorName>
          </jpcoar:creator>
          <jpcoar:creator>
            <jpcoar:creatorName xml:lang="en">Munehiro, Takimoto</jpcoar:creatorName>
          </jpcoar:creator>
          <jpcoar:subject subjectScheme="Other">分岐発散，コードクローン，括出し</jpcoar:subject>
          <datacite:description descriptionType="Other">プログラム中で，制御分岐にしたがって排他的に実行される同じ計算を，一つの計算として，分岐の外に出すプログラム変形を括出しと呼ぶ．括出しは，プログラムのコードサイズを小さくするコード圧縮や，GPUのウォープ中のSIMD実行が，分岐発散によって生じる効率の低下を改善する最適化として有効である．しかしながら，まとまったサイズの計算の括出しはコストが高く，効率的なアルゴリズムが知られていないという問題があった．本研究では，前処理としてプログラム中の類似部分列であるコードクローンを検出し，そのコードクローンに基づいて，制御分岐のTrue側とFalse側にある同じ計算を括り出す手法を提案する．現在，本手法を用いて，分岐発散を除去するGPU向け最適化を実装中であるが，これまでに得られた知見と中間結果を合わせて報告する．</datacite:description>
          <datacite:description descriptionType="Other">Factoring out is the technique that put out the same calculations in the branch destinations as one calculation. This technique is effective in terms of compressing the code size in a program or dealing with branch divergence that is caused by SIMD execution in GPU. However, the effective algorithm of factoring out has not been proposed yet. This paper proposes a method that detects code clones as the preprocessing of our optimization and factors out the same calculations based on the code clones.</datacite:description>
          <dc:publisher xml:lang="ja">情報処理学会</dc:publisher>
          <datacite:date dateType="Issued">2015-01-09</datacite:date>
          <dc:language>jpn</dc:language>
          <dc:type rdf:resource="http://purl.org/coar/resource_type/c_5794">conference paper</dc:type>
          <jpcoar:identifier identifierType="URI">https://ipsj.ixsq.nii.ac.jp/records/146678</jpcoar:identifier>
          <jpcoar:sourceTitle>第56回プログラミング･シンポジウム予稿集</jpcoar:sourceTitle>
          <jpcoar:volume>2015</jpcoar:volume>
          <jpcoar:pageStart>47</jpcoar:pageStart>
          <jpcoar:pageEnd>54</jpcoar:pageEnd>
          <jpcoar:file>
            <jpcoar:URI label="IPSJ-WPRO2015007.pdf">https://ipsj.ixsq.nii.ac.jp/record/146678/files/IPSJ-WPRO2015007.pdf</jpcoar:URI>
            <jpcoar:mimeType>application/pdf</jpcoar:mimeType>
            <jpcoar:extent>1.3 MB</jpcoar:extent>
            <datacite:date dateType="Available">2015-01-09</datacite:date>
          </jpcoar:file>
        </jpcoar:jpcoar>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
