원문정보
Design of a Virtual Machine based on the Lua interpreter for the On-Board Control Procedure Execution Environment
초록
영어
In this paper, we present the design, functions and performance analysis of the virtual machine (VM) based on the Luainterpreter for On-Board Control Procedure Execution Environment (OEE). The development of the OEE has been requiredin order to operate the lunar explorer mission autonomously which is planned by Korea Aerospace Research Institute (KARI)autonomously. The concept of On-Board Control Procedure (OBCP) is already being applied to the deep space missions witha long propagation delay and a limited data transmission capacity since it ensure he autonomy of the mission without theground intervention. The interpreter is the execution engine in the VM and it interpreters high-level programming codes lineby line and executes the VM instructions. So the execution speed is very more slower than that of natively compiled codes. In order to overcome it, we design and implement OEE using register-based Lua interpreter for execution engine in OEE. We present experimental results on a range of additional hardware configurations such as usages of cache and floating pointunit. We expect those to utilized to the OBCP scheduling policy and the system with Lua interpreter.
한국어
본 논문에서는 탑재운영절차서 실행환경을 위한 Lua 인터프리터 기반의 가상머신 설계와 기능 및 성능분석 결과를 나타낸다. 한국항공우주연구원에서 계획 중인 달 탐사 임무를 온보드상에서 자율적으로 운영하기 위해 탑재운영절차서 실행환경의 개발이 요구되어졌다. 탑재운영절차서는 위성에 탑재되어 지상 간섭없이 자율적으로 임무 수행을 가능케 함으로써 전파 지연과 제한된 데이터통신용량을 갖는 심우주 임무들에서 이미 적용되고 있다. 가상머신의 실행엔진인 인터프리터는 고급언어로 작성된 원시코드를 한줄씩 번역하고 실행하므로 컴파일러에 의해 생성된 코드가 실행되는 것에 비해서 실행 속도가 현저하게 느리다. 이를 극복하기위해레지스터 기반의 Lua 인터프리터를 적용하여 탑재운영절차서 실행환경 설계 및 구현하였으며 실험을 통해 여러 요소들에 따른 성능분석을 수행하였다. 성능분석 결과는 탑재운영절차서 스케줄링 방안 뿐 아니라 Lua 인터프리터를 적용하는 시스템에 적용될 수 있을 것으로 기대된다
목차
ABSTRACT
I. Introduction
II. Related Works
III. Related The virtual Machine for the OEE
1. OBCP Manager
2. OBCP Scheduler
3. OBCP Language and Interpreter
IV. Experiment Evaluation
V. Conclusions
REFERENCES