License: Creative Commons Attribution 3.0 Germany license (CC BY 3.0 DE)
When quoting this document, please refer to the following
DOI: 10.4230/DARTS.1.1.5
URN: urn:nbn:de:0030-drops-55146
URL: http://dagstuhl.sunsite.rwth-aachen.de/volltexte/2015/5514/
St-Amour, Vincent ;
Guo, Shu-yu
Optimization Coaching for JavaScript (Artifact)
Abstract
This artifact is based on our prototype optimization coach for the SpiderMonkey (https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey) JavaScript engine. An optimization coach is a performance tool that aims to provide programmers with insight into how their compiler optimizes their programs and to help them better harness the optimization process. It does so by reporting optimization near misses, i.e., reports of optimizations that the compiler did not apply, but could apply if the program were to be modified slightly.
This artifact provides the necessary environment, programs and data to repeat our experiments, and to allow readers to run our tool on JavaScript programs of their choice
BibTeX - Entry
@Article{stamour_et_al:DARTS:2015:5514,
author = {Vincent St-Amour and Shu-yu Guo},
title = {{Optimization Coaching for JavaScript (Artifact)}},
pages = {5:1--5:2},
journal = {Dagstuhl Artifacts Series},
ISSN = {2509-8195},
year = {2015},
volume = {1},
number = {1},
publisher = {Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
address = {Dagstuhl, Germany},
URL = {http://drops.dagstuhl.de/opus/volltexte/2015/5514},
URN = {urn:nbn:de:0030-drops-55146},
doi = {10.4230/DARTS.1.1.5},
annote = {Keywords: Optimization Coaching, JavaScript, Performance Tools}
}