earticle

논문검색

A Parallelization Design of JavaScript Execution Engine

초록

영어

With more and more consumer electronics apply multi-core chips, the traditional serialized JavaScript execution engine, which is optimized by just-in-time (JIT) compilation technology, fails to utilize multi-core advantages. This paper proposes a mathematical model to detect the dependency of serial JavaScript tasks and a parallelism execution algorithm for serial JavaScript execution engines. Moreover, the parallel JavaScript execution engine with thread-level speculation technology is implemented based on the SquirrelFish Extreme engine of WebKit. As the experiment were conducted respectively on the general test platform platform Sunspider in the industry and world top 15 websites at traffic volume, the results indicate that both in the real Web application and Sunspider platform, the parallel JavaScript execution engines with 2 to 16 threads can raise the performance dramatically compared with a SquirrelFish execution engine with or without JIT acceleration, respectively.

목차

Abstract
 1. Introduction
 2. Feasible Analysis of Parallel JavaScript Execution Engine
  2.1. Principle Analysis of JavaScript Execution Engine
  2.2. Parallelism Instances of JavaScript Execution Engine
 2. Parallel algorithm of JavaScript Execution Engine
  2.1. Mathematical Model Analysis of JavaScript Task Dependency
  2.2. Parallel algorithm of JavaScript Execution Engine
 3. Algorithm Implementation
  3.1. Algorithm for Serial JavaScript Task Partitioning
  3.2. Dependency Matrix Computation
  3.3. Parallel Execution of Serial JavaScript
 4. Performance Evaluation
  4.1. Theoretical Analysis
  4.2. Experimental Analysis
 5. Conclusions
 Acknowledgements
 References

저자정보

  • Duan Hucai National Network New Media Engineering Research Center, Institute of Acoustics, Chinese Academy of Sciences, Beijing 10190, China, University of Chinese Academy of Sciences, Beijing 100049, China
  • Ni Hong University of Chinese Academy of Sciences, Beijing 100049, China
  • Deng Feng University of Chinese Academy of Sciences, Beijing 100049, China
  • Hu Linlin University of Chinese Academy of Sciences, Beijing 100049, China

참고문헌

자료제공 : 네이버학술정보

    함께 이용한 논문

      ※ 원문제공기관과의 협약기간이 종료되어 열람이 제한될 수 있습니다.

      0개의 논문이 장바구니에 담겼습니다.