원문정보
초록
영어
The Smart Cross Platform is a virtual machine based solution that supports various programming languages and platforms, and its aims are to support programming languages like C++, Java and Objective-C and smart phone platforms such as Android and iOS. Various contents that developed by supported language on the Smart Cross Platform can be execute on Android and iOS platforms at no additional cost, because it has the platform independent characteristic by using SIL(Smart Intermediate Language) as an intermediate language. In this paper, we will introduce a Java compiler for the Smart Cross Platform to support Java contents. Proposed compiler translates given Java programs into stack based intermediate SIL codes to execute on the SVM(Smart Virtual Machine). Thus, existing JVM’s contents can be easily ported and executed on the Android or iOS with SVM.
목차
1. Introduction
2. Related Studies
2.1. Smart Cross Platform
2.2. SIL (Smart Intermediate Language)
2.3. Smart Assembly Format (SAF)
3. Java to SIL Compiler
4. Implementation and Experimental Results
5. Conclusions
Acknowledgements
References
