Web applications are getting closer to the performance of native applications taking advantage of new standard–based technologies.The recent HTML5 standard includes, among others, the Web Workers API that allows executing JavaScript applications on multiple threads, or workers. However, the internals of the browser’s JavaScript virtual machine does not expose direct relation between worker…