tisdag 13 december 2011

Jan Kasper tar en lic med hjälp av JavaScript

Här är inbjudan till Jan Kaspers licföreläsning, lite kul att se att den innehåller en del JavaScript programmering i trådad miljö.

------------------------------------
/Mikael


Dear all,

You are all welcome to attend Jan Kasper Martinsen’s licentiate seminar at the School of Computing, Blekinge Institute of Technology.

Time: Wednesday, December 14th, 13:15
Place: J1630, Campus Gräsvik, Karlskrona

Thesis title:  Evaluating JavaScript Execution Behavior and Improving the Performance of Web Applications with Thread-Level Speculation

Research education subject: Computer Systems Engineering

Examiner:                          Prof. Håkan Grahn
Main Advisor:                   Prof. Håkan Grahn
Advisors:                           Prof. Lars Lundberg

Opponent:   Professor Per Stenström, Chalmers University of Technology

Please notify Eva-Lotta Runesson (eva-lotta.runesson@bth.se ) no later than December 9th if you intend to participate.
Please forward this information to anyone who might be interested in this matter.
The thesis is available at: http://www.bth.se/com/jkm  

Abstract

This thesis addresses two issues: (i) The execution behavior of JavaScript in established benchmarks and in real-world Web Applications and (ii) whether Thread-Level Speculation is a suitable technique for taking advantage of multicore systems in Web Applications written in JavaScript.

The first key result is that JavaScript execution behavior by the benchmarks and the JavaScript execution behavior by the Web Applications differ in several important aspects. For instance Web Applications often use function types such as anonymous and eval functions. Our results also show that just-in-time compilation often increases the execution time of Web Applications, despite that just-in-time compilation decreases the execution time for most of the benchmarks.

The second key result is that our implementation of Thread-Level Speculation shows that it can be used to take advantage of multicore systems for Web Applications. We have measured the effect on the execution time for a set of Web Applications, and found that we are able to reduce JavaScript execution time more than 8 times compared to the sequential version on a dual quad core computer. For our use-cases we found that we used between 1.1 and 33.0 MB to store information associated with speculation.