RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제
      • 좁혀본 항목 보기순서

        • 원문유무
        • 원문제공처
          펼치기
        • 등재정보
        • 학술지명
          펼치기
        • 주제분류
        • 발행연도
          펼치기
        • 작성언어
        • 저자
          펼치기

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • 프로그램 상의 제어 독립성을 이용한 분기 예상 실패 복구 메커니즘

        윤성룡,이원모,조영일,Yoon, Sung-Lyong,Lee, Won-Mo,Cho, Yeong-Il 한국정보과학회 2002 정보과학회논문지 : 시스템 및 이론 Vol.32 No.6

        제어 독립성은 슈퍼스칼라 프로세서에서 명령어 수준 병렬성을 향상시키기 위한 중요한 요소로 작용하고 있다. 분기 예측기에서 예상이 잘못된 경우에는 예상한 분기 방향의 명령어들을 무효화시키고 올바른 분기 방향의 명령어들을 다시 반입하여 수행해야 한다. 본 논문에서는 컴파일 시 프로파일링을 통한 정적인 방법과 프로그램상의 제어 흐름을 통해 동적으로 제어 독립적인 명령어를 탐지해서 분기 명령어의 잘못된 예상으로 인해 무효화되는 명령어를 효과적으로 감소시켜 프로세서의 성능을 향상시키는 메커니즘을 제안한다. SPECint95 벤치마크 프로그램에 대해 기존의 방법과 본 논문에서 제안한 방법 사이의 사이클 당 수행된 명령어 수를 분석한 결과, 4-이슈 프로세서에서 2%~7%, 8-이슈 프로세서에서 4%~15%, 16-이슈 프로세서에서 18%~28%의 성능 향상을 보이고 있다. Control independence has been put forward as a new significant source of instruction-level parallelism for superscalar processors. In branch prediction mechanisms, all instructions after a mispredicted branch have to be squashed and then instructions of a correct path have to be re-fetched and re-executed. This paper presents a new branch misprediction recovery mechanism to reduce the number of instructions squashed on a misprediction. Detection of control independent instructions is accomplished with the help of the static method using a profiling and the dynamic method using a control flow of program sequences. We show that the suggested branch misprediction recovery mechanism improves the performance by 2~7% on a 4-issue processor, by 4~15% on an 8-issue processor and by 8~28% on a 16-issue processor.

      • 정적-동적으로 제어 독립성의 검출에 의한 분기 예상 실패 패널티를 감소시키는 기법

        윤성룡,신영호,조영일 수원대학교 자연과학연구소 2000 자연과학논문집 Vol.3 No.-

        Control independence has been put forward as a new source of instruction level parallelism(ILP) for superscalar processors. In the branch prediction mechanism, all instructions after a nlispredicted branch have to be squashed and then instructions of a correct path have to be re-fetched and re-executed. This paper presents a branch misprediction recovery mechanism to reduce the number of instructions squashed on a misprediction. Detection of control independent instructions is accomplished with the help of the static method using a profiling and the dynamic method using a control flow of program sequences. We show that the suggested branch misprediction recovery mechanism improves performance by 4∼6% on a 4-wide processor, by 11∼18% on an 8-wide processor and by 15∼27% on a 16-wide processor.

      • KCI등재

        프로그램 상의 제어 독립성을 이용한 분기 예상 실패 복구 메커니즘

        윤성룡,이원모,조영일 한국정보과학회 2002 정보과학회논문지 : 시스템 및 이론 Vol.27 No.8

        제어 독립성은 슈퍼스칼라 프로세서에서 명령어 수준 병렬성을 향상시키기 위한 중요한 요소로 작용하고 있다. 분기 예측기에서 예상이 잘못된 경우에는 예상한 분기 방향의 명령어들을 무효화시키고 올바른 분기 방향의 명령어들을 다시 반입하여 수행해야 한다.본 논문에서는 컴파일 시 프로파일링을 통한 정적인 방법과 프로그램상의 제어 흐름을 통해 동적으로 제어 독립적인 명령어를 탐지해서 분기 명령어의 잘못된 예상으로 인해 무효화되는 명령어를 효과적으로 감소시켜 프로세서의 성능을 향상시키는 메커니즘을 제안한다.SPECint95 벤치마크 프로그램에 대해 기존의 방법과 본 논문에서 제안한 방법 사이의 사이클 당 수행된 명령어 수를 분석한 결과, 4-이슈 프로세서에서 2%∼7%, 8-이슈 프로세서에서 4%∼15%, 16-이슈 프로세서에서 18%∼28%의 성능 향상을 보이고 있다. Control independence has been put forward as a new significant source of instruction- level parallelism for superscalar processors. In branch prediction mechanisms, all instructions after a mispredicted branch have to be squashed and then instructions of a correct path have to be re-fetched and re-executed.This paper presents a new branch misprediction recovery mechanism to reduce the number of instructions squashed on a misprediction. Detection of control independent instructions is accomplished with the help of the static method using a profiling and the dynamic method using a control flow of program sequences.We show that the suggested branch misprediction recovery mechanism improves the performance by 2∼7% on a 4-issue processor, by 4∼15% on an 8-issue processor and by 8∼28% on a 16-issue processor.

      • KCI등재

        양자점 층의 미세구조 형상이 양자점 LED 전계 발광 특성에 미치는 효과

        윤성룡,전민현,이전국,Yoon, Sung-Lyong,Jeon, Minhyon,Lee, Jeon-Kook 한국재료학회 2013 한국재료학회지 Vol.23 No.8

        Quantum dots(QDs) with their tunable luminescence properties are uniquely suited for use as lumophores in light emitting device. We investigate the microstructural effect on the electroluminescence(EL). Here we report the use of inorganic semiconductors as robust charge transport layers, and demonstrate devices with light emission. We chose mechanically smooth and compositionally amorphous films to prevent electrical shorts. We grew semiconducting oxide films with low free-carrier concentrations to minimize quenching of the QD EL. The hole transport layer(HTL) and electron transport layer(ETL) were chosen to have carrier concentrations and energy-band offsets similar to the QDs so that electron and hole injection into the QD layer was balanced. For the ETL and the HTL, we selected a 40-nm-thick $ZnSnO_x$ with a resistivity of $10{\Omega}{\cdot}cm$, which show bright and uniform emission at a 10 V applied bias. Light emitting uniformity was improved by reducing the rpm of QD spin coating.At a QD concentration of 15.0 mg/mL, we observed bright and uniform electroluminescence at a 12 V applied bias. The significant decrease in QD luminescence can be attributed to the non-uniform QD layers. This suggests that we should control the interface between QD layers and charge transport layers to improve the electroluminescence.

      • 제어 독립성을 이용한 분기 예상 실패 복구 메커니즘

        윤성룡(Sung-LyongYoon),신영호(Young-Ho Shin),박홍준(Hong-Jun Park),조영일(Young-Il Cho) 한국정보과학회 2000 한국정보과학회 학술발표논문집 Vol.27 No.2Ⅲ

        제어 독립성(Control Independence)은 슈퍼스칼라 프로세서에서 명령어 수준 병렬성(Instruction-Level Parallelism)을 향상시키기 위한 중요한 요소로 작용하고 있다. 분기 예상 기법(Branch Prediction Mechanism)에서 잘못 예상될 경우에는 예상한 분기 방향의 명령어들을 제거하고 올바른 분기 방향의 명령어들을 다시 반입하여 수행해야 한다. 본 논문에서는 컴파일 시 프로파일링을 통한 정적인 방법과 프로그램상의 제어 흐름을 통해 동적으로 제어 독립적인 명령어를 탐지함으로써 분기 명령어의 잘못된 예상으로 인해 제거되는 명령어를 효과적으로 감소시켜 프로세서의 성능을 향상시키는 메커니즘을 제안한다. SPCEint95 벤치마크 프로그램에 대해 기존의 방법과 본 논문에서는 제안한 방법 사이의 사이클 당 수행된 명령어 수를 분석한 결과, 4-width 프로세서에서 4%~6%, 8-width 프로세서에서 11%~18%, 16-width 프로세서에서 15%~27%의 성능 향상을 보이고 있다.

      • 근대전환기 신문 연재 국한문체 소설과 국문체 소설의 비교적 고찰 -『一捻紅』과 『혈의 누』를 중심으로

        윤성룡 ( Yin Shenglong ) 중국한국(조선)어교육연구학회 2021 한국(조선)어교육연구 Vol.18 No.0

        This paper is a comparative study of Hangul-Hanja Mixed Script novels and Hangul-only Script novels published in the news during the transition period of modern era. In order to figure out the formation process of modern Korean novel, we need to examine Hangul-Hanja Mixed Script novels and Hangul-only Script novels together. By analyzing several news serial novels published in 1906, such as Ilnyum Hong (A Beautiful Red Flower) and Hyeorui nu (Tears of Blood), this paper draws the following conclusions. First, both the Hangul-Hanja Mixed Script novels and Hangul-only Script novels of the modern transition period made the novels to proceed in the present by actively reflecting the modern time. This was in response to the urgent practical needs of the time, promoting ideas such as the improvement of customs and the enlightenment of civilization. However, when confronted with the problem of the novel's open ending, the Hangul-Hanja Mixed Script novels choose to keep the structure intact, while Hangulonly Script novels leave the ending for the next volume. Second, the Hangul-Hanja Mixed Script novels and Hangul-only Script novels try to construct a modern spacetime, actively setting up secondary characters in the novel to bring the protagonist into this time and space. In this process, the author is woven into the modern order as well, which creates a tension between the author and the novel. Third, the author is aware of the protagonist's perspective and tries to present it in the novel. However, since the ubiquity of the author's involvement in the novel, the author's authority is thus dismantled. In general, the above phenomenon reflects the limitations of authors and readers, but itself is also a process in the formation of modern Korean novel.

      • KCI등재

        프로그램 상의 제어 독립성을 이용한 분기 예상 실패 복구 메커니즘

        윤성룡(Sung-Lyong Yoon),이원모(Won-Mo Lee),조영일(Young-Il Cho) 한국정보과학회 2002 정보과학회논문지 : 시스템 및 이론 Vol.29 No.7·8

        제어 독립성은 슈퍼스칼라 프로세서에서 명령어 수준 병렬성을 향상시키기 위한 중요한 요소로 작용하고 있다. 분기 예측기에서 예상이 잘못된 경우에는 예상한 분기 방향의 명령어들을 무효화시키고 올바른 분기 방향의 명령어들을 다시 반입하여 수행해야 한다. 본 논문에서는 컴파일 시 프로파일링을 통한 정적인 방법과 프로그램상의 제어 흐름을 통해 동적으로 제어 독립적인 명령어를 탐지해서 분기 명령어의 잘못된 예상으로 인해 무효화되는 명령어를 효과적으로 감소시켜 프로세서의 성능을 향상시키는 메커니즘을 제안한다. SPECint95 벤치마크 프로그램에 대해 기존의 방법과 본 논문에서 제안한 방법 사이의 사이클 당 수행된 명령어 수를 분석한 결과, 4-이슈 프로세서에서 2%~7%, 8-이슈 프로세서에서 4%~15%, 16-이슈 프로세서에서 18%~28%의 성능 향상을 보이고 있다. Control independence has been put forward as a new significant source of instructionlevel parallelism for superscalar processors. In branch prediction mechanisms, all instructions after a mispredicted branch have to be squashed and then instructions of a correct path have to be re-fetched and re-executed. This paper presents a new branch misprediction recovery mechanism to reduce the number of instructions squashed on a misprediction. Detection of control independent instructions is accomplished with the help of the static method using a profiling and the dynamic method using a control flow of program sequences. We show that the suggested branch misprediction recovery mechanism improves the performance by 2~7% on a 4-issue processor, by 4~15% on an 8-issue processor and by 8~28% on a 16-issue processor.

      • 제어 독립적인 명령어의 선택적 복구 메커니즘

        윤성룡(Sung-Lyong Yoon),신영호(Young-Ho Shin),조영일(Young-Il Cho) 한국정보과학회 2002 한국정보과학회 학술발표논문집 Vol.29 No.2Ⅰ

        최신의 프로세서는 분기명령에 의한 파이프라인 지연을 피하기 위해 분기 예상 기법을 사용하고 있다. 그러나 예측기에서 예상이 잘못된 경우에는 예상한 분기 방향의 명령어들을 무효화시키고 올바른 분기 방향의 명령어들을 다시 반입하여 수행시키므로 서 수행 사이클과 하드웨어 자원을 낭비하게 된다. 본 논문에서는 컴파일 시 프로파일링을 통한 정적인 방법과 프로그램상의 제어 흐름을 통해 동적으로 제어 독립적인 명령어를 탐지해서 분기 명령어의 잘못된 예상으로 인해 무효화되는 명령어를 효과적으로 감소시켜 프로세서의 성능을 향상시키는 메커니즘을 제안한다. SPECint95 벤치마크 프로그램에 대해 기존의 방법과 본 논문에서 제안한 방법 사이의 사이클 당 수행된 명령어 수를 분석한 결과, 4-이슈 프로세서에서 2%~7%, 8-이슈 프로세서에서 4%~15%, 16-이슈 프로세서에서 18%~28%의 성능 향상을 보이고 있다.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼