ZOOMM: a parallel web browser engine for multicore mobile devices

  • Authors:
  • Calin Cascaval;Seth Fowler;Pablo Montesinos-Ortego;Wayne Piekarski;Mehrdad Reshadi;Behnam Robatmili;Michael Weber;Vrajesh Bhavsar

  • Affiliations:
  • Qualcomm Research Silicon Valley, Santa Clara, CA, USA;Qualcomm Research Silicon Valley, Santa Clara, CA, USA;Qualcomm Research Silicon Valley, Santa Clara, CA, USA;Qualcomm Research Silicon Valley, Santa Clara, CA, USA;Qualcomm Research Silicon Valley, Santa Clara, CA, USA;Qualcomm Research Silicon Valley, Santa Clara, CA, USA;Qualcomm Research Silicon Valley, Santa Clara, CA, USA;Qualcomm Research Silicon Valley, Santa Clara, CA, USA

  • Venue:
  • Proceedings of the 18th ACM SIGPLAN symposium on Principles and practice of parallel programming
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

We explore the challenges in expressing and managing concurrency in browsers on mobile devices. Browsers are complex applications that implement multiple standards, need to support legacy behavior, and are highly dynamic and interactive. We present ZOOMM, a highly concurrent web browser engine prototype and show how concurrency is effectively exploited at different levels: speed up computation performance, preload network resources, and preprocess resources outside the critical path of page loading. On a dual-core Android mobile device we demonstrate that ZOOMM is two times faster than the native WebKit based browser when loading the set of pages defined in the Vellamo benchmark.