잡담

On hybrid java compilation environment for embedded systesms

tomato13 2007. 8. 22. 17:31

강사: Soo-Mook Moon,
Microprocessor Architecture and System Software (MASS) Lab.
School of Electrical Engineering and Computer Science
Seoul National University

 

장소: R4 30회의실

 

AOTC

: 미리 compile

 

JITC

: byte code수행직전 compile

 

AOTC와 JITC를 적절하게 조합하면 즉, static한 Middleware는 AOTC로 dynamic한 application은 JITC를 사용하면 이상적일 것으로 생각을 하였다. 그러나 performance는 모두 AOTC를 적용한 것과 모두 JITC를 적용한 것보다 저조하였다. 그래서 이에 대한 원인을 분석한다. 원인은 AOTC->JITC, JITC->AOTC간의 calling time에 있는 것으로 발견된다.

 

Hybrid issue:

call overhead

 

'잡담' 카테고리의 다른 글

Testable presentation layer  (0) 2007.09.14
Test cases generation from UML state diagrams  (0) 2007.08.27
참고문헌 표기방법  (0) 2007.08.09
효과적인 TC작성  (0) 2007.07.23
s/w component controlling h/w circuit  (0) 2007.07.20