Abstract
With the advent of the HTML5 standard, JavaScript is increasingly processing computationally intensive, data-parallel workloads. Thus, the enhancement of JavaScript performance has been emphasized because the performance gap between JavaScript and native applications is still substantial. Despite this urgency, conventional JavaScript compilers do not exploit much of parallelism even from data-parallel JavaScript applications, despite contemporary mobile devices being equipped with expensive parallel hardware platforms, such as multicore processors and GPGPUs. In this article, we propose an automatically parallelizing JavaScript compiler that targets emerging, dataparallel HTML5 applications by leveraging the mature affine loop analysis of conventional static compilers. We identify that themost critical issues when parallelizing JavaScript with a conventional static analysis are ensuring correct parallelization, minimizing compilation overhead, and conducting low-cost recovery when there is a speculation failure during parallel execution. We propose a mechanism for safely handling the failure at a low cost, based on compiler techniques and the property of idempotence. Our experiment shows that the proposed JavaScript parallelizing compiler detects most affine parallel loops. Also, we achieved a maximum speedup of 3.22 times on a quad-core system, while incurring negligible compilation and recovery overheads with various sets of data-parallel HTML5 applications.
Original language | English |
---|---|
Article number | 64 |
Journal | ACM Transactions on Architecture and Code Optimization |
Volume | 12 |
Issue number | 4 |
DOIs | |
Publication status | Published - 2015 Dec 1 |
Bibliographical note
Publisher Copyright:Copyright © 2015 ACM.
Keywords
- HTML5
- JIT
- JavaScript
- Javascript compilers
- Javascript engines
- Javascriptcore
- Loop parallelization
ASJC Scopus subject areas
- Software
- Information Systems
- Hardware and Architecture