allow a faster app development based on existing web technology and a better portability
since they are runnable on any device where a web browser is installed. Unfortunately, web
apps are involved with a performance issue due to JavaScript, because its dynamic typing,
function object, and prototype are difficult to execute efficiently, so even just-in-time
compilers do not help much. In this paper, we propose a new approach to accelerate a web …