A study on optimization techniques for the smart virtual machine platform

  • Authors:
  • YunSik Son;YangSun Lee

  • Affiliations:
  • Dept. of Computer Engineering, Dongguk University, Seoul, Korea;Dept. of Computer Engineering, Seokyeong University, Seoul, Korea

  • Venue:
  • FGIT'12 Proceedings of the 4th international conference on Future Generation Information Technology
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

SVM(Smart Virtual Machine) is the virtual machine solution that supports various programming languages and platforms, and its aims are to support programming languages like ISO/IEC C++, Java and Objective-C and smart phone platforms such as Android and iOS. Various contents that developed by supported language on SVM can be execute on Android and iOS platforms at no additional cost, because the SVM has the platform independent characteristic by using SIL(Smart Intermediate Language) as an intermediate language. VM(Virtual Machine) is manufactured to software unlike physical system that consists of hardware, it is conceptual computer that have logical system configuration. But, It can assume that optimization of executed code is very important because act thing which VM is slow than that process by real processor. In this paper, we deal with various optimization techniques to optimize stack based virtual machine called SVM which can execute on various smart devices.