A limit study of JavaScript parallelism

Workload Characterization(2010)

引用 47|浏览0
暂无评分
摘要
JavaScript is ubiquitous on the web. At the same time, the language's dynamic behavior makes optimizations challenging, leading to poor performance. In this paper we conduct a limit study on the potential parallelism of JavaScript applications, including popular web pages and standard JavaScript benchmarks. We examine dependency types and looping behavior to better understand the potential for JavaScript parallelization. Our results show that the potential speedup is very encouraging— averaging 8.9x and as high as 45.5x. Parallelizing functions themselves, rather than just loop bodies proves to be more fruitful in increasing JavaScript execution speed. The results also indicate in our JavaScript engine, most of the dependencies manifest via virtual registers rather than hash table lookups.
更多
查看译文
关键词
Internet,Java,authoring languages,optimisation,search engines,ubiquitous computing,JavaScript engine,JavaScript parallelisation,Web pages,dependency types,looping behavior,optimizations,ubiquitous computing,virtual registers
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要