Conference Proceeding
Details
Citation
Brownlee AEI, Petke J & Rasburn AF (2020) Injecting Shortcuts for Faster Running Java Code. In: 2020 IEEE Congress on Evolutionary Computation (CEC). IEEE World Congress on Computational Intelligence, Glasgow, 19.07.2020-24.07.2020. Piscataway, NJ, USA: IEEE, pp. 1-8. https://wcci2020.org/; https://doi.org/10.1109/CEC48606.2020.9185708
Abstract
Genetic Improvement of software applies search methods to existing software to improve the target program in some way. Impressive results have been achieved, including substantial speedups, using simple operations that replace, swap and delete lines or statements within the code. Often this is achieved by specialising code, removing parts that are unnecessary for particular use-cases. Previous work has shown that there is a great deal of potential in targeting more specialised operations that modify the code to achieve the same functionality in a different way. We propose six new edit types for Genetic Improvement of Java software, based on the insertion of break, continue and return statements. The idea is to add shortcuts that allow parts of the program to be skipped in order to speed it up. 10000 randomly-generated instances of each edit were applied to three open-source applications taken from GitHub. The key findings are: (1) compilation rates for inserted statements without surrounding "if" statements are 1.5-18.3%; (2) edits where the insert statement is embedded within an "if" have compilation rates of 3.2-55.8%; (3) of those that compiled, all 6 edits have a high rate of passing tests (Neutral Variant Rate), >60% in all but one case, and so have the potential to be performance improving edits. Finally, a preliminary experiment based on local search shows how these edits might be used in practice.
Keywords
Index Terms-Genetic Improvement; GI; Search-Based Soft- ware Engineering; SBSE
Status | Published |
---|---|
Funders | The Carnegie Trust |
Publication date | 31/12/2020 |
Publication date online | 03/09/2020 |
URL | http://hdl.handle.net/1893/30963 |
Related URLs | http://hdl.handle.net/11667/146 |
Publisher | IEEE |
Publisher URL | https://wcci2020.org/ |
Place of publication | Piscataway, NJ, USA |
ISBN | 978-1-7281-6930-9 |
eISBN | 978-1-7281-6929-3 |
Conference | IEEE World Congress on Computational Intelligence |
Conference location | Glasgow |
Dates | – |
People (1)
Senior Lecturer in Computing Science, Computing Science and Mathematics - Division