$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

[국내논문] SSA Form에서 부분 중복 제거를 이용한 최적화
Optimization Using Partial Redundancy Elimination in SSA Form 원문보기

정보처리학회논문지. The KIPS transactions. Part D. Part D, v.14D no.2, 2007년, pp.217 - 224  

김기태 (인하대학교 컴퓨터 공학부) ,  유원희 (인하대학교 컴퓨터 공학부)

초록
AI-Helper 아이콘AI-Helper

CTOC에서는 정적으로 값과 타입을 결정하기 위해 변수를 배정에 따라 분리하는 SSA Form을 사용한다. SSA Form은 최근 데이터 흐름분석과 코드 최적화를 위해 컴파일러의 중간 표현으로 많이 사용되고 있다. 하지만 기존의 SSA Form은 표현적보다는 주로 변수에 관련된 것이다. 따라서 SSA Form 형태의 표현식에 대해 최적화를 적용하기 위해 중복된 표현식을 제거한다. 본 논문에서는 좀더 최적화된 코드를 얻기 위해 부분 중복 표현식을 정의하고, 부분 중복 표현식을 제거하는 방법을 구현한다.

Abstract AI-Helper 아이콘AI-Helper

In order to determine the value and type statically. CTOC uses the SSA Form which separates the variable according to assignment. The SSA Form is widely being used as the intermediate expression of the compiler for data flow analysis as well as code optimization. However, the conventional SSA Form i...

주제어

AI 본문요약
AI-Helper 아이콘 AI-Helper

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

문제 정의

  • SSA Form으로 변경된 표현식에 대해 최적화를 적용하기 위해 본 논문에서는 부분 중복 표현식 제거 방법을 제안한다. 부분 중복 제거 (partial redundancy elimination)는 Morel 과 Renvoise에 의해 처음으로 제안된 최적화 기술이다[11].
  • 또한 현재 블록에서 형태의 표현식이 존재하는가를 확인한다.
본문요약 정보가 도움이 되었나요?

참고문헌 (22)

  1. Tim Linholm and Frank Yellin. The Java Virtual Machine Specification. The Java Series. Addison Wesley, Reading, MA, USA. Jan, 1997 

  2. James Gosling, Bill Joy, and Guy Steel, The Java Language Specification, The Java Series, Addison Wesely, 1997 

  3. Taiana Shpeismans, Mustafa Tikir, 'Generating Efficient Stack Code for Java', Technical report, University of Maryland, 1999 

  4. 김기태, 유원희, 'CTOC에서 자바 바이트코드를 이용한 제어 흐름 분석에 관한 연구', 한국콘텐츠학회 논문지 제6권 제1호, pp.160-169, 2006 

  5. 김기태, 유원희, 'CTOC에서 자바 바이트코드를 위한 정적 단일 배정 형태', 정보처리학회논문지 D 제13-D권 제7호, pp.939-946 

  6. 김기태, 유원희, '정적 단일 배정 형태를 위한 정적 타입 배정에 관한 연구', 한국콘텐츠학회 논문지 제6권 제2호, pp.117-126, 2006 

  7. 김기태, 김지민, 김제민, 유원희, 'CTOC에서 자바 바이트코드 최적화를 위한 Value Numbering', 한국컴퓨터정보학회논문지, 11권6호, pp.19-26, 2006 

  8. Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman, Compilers Principles, Techniques and Tools, Addison Wesley, 1986 

  9. Andrew W. appel, Modem Compiler Implementation in Java. CAMBRIDGE UNIVERSITY PRESS, pp.437-477, 1998 

  10. Muchnick, S. Advanced Compiler Design and Implementation, Morgan Kaufmann Publishers, San Francisco. 1997 

  11. Morel, E and Renvoise, C. 'Global optimization by suppression of partial redundancies'. Comm. ACM 22, 2(Feb.) pp. 96-103, 1979 

  12. Knoop, J., Ruthing, O., and Steffen, B. 'Optimal code motion: Theory and practice'. ACM Trans. on Programming Languages and Systems 16, 4 (Oct.), pp.1117-1155. 1994 

  13. Knoop. J, Collard, J.F., and Ju. H. D. 'Partial redundancy elimination on predicated code'. In Proceedings of the 7th Static Analysis Symposium (SAS'00). pp.260-279, 2000 

  14. Hailpcrin, M, 'Cost optimal code motion'. ACM Transactions on Proceedings Languages and Systems 20, 6, pp.1297-1322, 1998 

  15. Chow. F., Chan, S., Kennedy, R, Liu, S., Lo, R., and Tu, P.A. 'new algorithm for partial redundancy elimination based on SSA form', In Proceedings of the ACM SIGPLAN '97 Conference on Programming Language Design and Implementation, pp.273-286, 1997 

  16. Kennedy, R., Chow, F. C., Dahl, P., Liu, S. M., Lo, R., and Streich, M. 'Strength reduction via SSAPHE'. In Proceedings of the 7th International Conference on Compiler Construction. Springer Verlag, New York. 144-158, 1998 

  17. Kennedy, R, Chan, S., Liu, S. M., Lo, R, and Tu. P. 'Partial redundancy elimination in SSA form'. ACM Transactions on Programming Languages and Systems 

  18. Cai, Q. and Xue, J. 'Optimal and efficient speculation based partial redundancy elimination'. In 1st IEEE/ACM International Symposium on Code Generation and Optimization, pp91-104, 2003 

  19. Scholl, B., Horspool, R. N., and Knoop, J. 'Optimizing for space and time usage with speculative partial redundancy' elimination'. In Proceedings of the 2004 ACM SIGPLAN/SIGBED Conference on Languages, Compilers, and Tools for Embedded Systems. pp.221-230. 2004 

  20. Xue, J. and Cai, Q. 'Lifetime Optimal Algorithm for Speculative PRE', ACM Transaction on Architecture and Code Optimization, Vol.3, No.2, pp.115-155, 2006 

  21. http://www.graphviz.org/ 

  22. Don Lance, 'Java Program Analysis: A New Approach Using Java Virtual Machine Bytecodes', http://www.mtsu.edu/-java 

저자의 다른 논문 :

관련 콘텐츠

오픈액세스(OA) 유형

BRONZE

출판사/학술단체 등이 한시적으로 특별한 프로모션 또는 일정기간 경과 후 접근을 허용하여, 출판사/학술단체 등의 사이트에서 이용 가능한 논문

저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로