Publikationen

JITProf: pinpointing JIT-unfriendly JavaScript code

AutorGong, Liang; Pradel, Michael; Sen, Koushik
Datum2015
ArtConference Proceedings
AbstraktMost modern JavaScript engines use just-in-time (JIT) compilation to translate parts of JavaScript code into efficient machine code at runtime. Despite the overall success of JIT compilers, programmers may still write code that uses the dynamic features of JavaScript in a way that prohibits profitable optimizations. Unfortunately, there currently is no way to measure how prevalent such JIT-unfriendly code is and to help developers detect such code locations. This paper presents JITProf, a profiling framework to dynamically identify code locations that prohibit profitable JIT optimizations. The key idea is to associate meta-information with JavaScript objects and code locations, to update this information whenever particular runtime events occur, and to use the meta-information to identify JIT-unfriendly operations. We use JITProf to analyze widely used JavaScript web applications and show that JIT-unfriendly code is prevalent in practice. Furthermore, we show how to use the approach as a profiling technique that finds optimization opportunities in a program. Applying the profiler to popular benchmark programs shows that refactoring these programs to avoid performance problems identified by JITProf leads to statistically significant performance improvements of up to 26.3% in 15 benchmarks.
ISBN978-1-4503-3675-8
SerieESEC/FSE 2015
InProceedings of the 2015 10th Joint Meeting on Foundations of Software Engineering, p.357-368
PublisherACM
SchlüsselTUD-CS-2015-12090
Urlhttps://tubiblio.ulb.tu-darmstadt.de/id/eprint/98186