Home » Posts tagged 'automatic parallelization'

Tag Archives: automatic parallelization

Subscribe

Archives

Categories

Attribution-NonCommercial-ShareAlike 4.0 International

Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license.

Journal extension accepted to Science of Computer Programming with minor revisions

A journal extension of our ICSE ’19 paper entitled, “Safe Automated Refactoring for Intelligent Parallelization of Java 8 Streams,” has been accepted with minor revisions to the Science of Computer Programming journal.

Slides for stream refactoring talk at Columbia University now available

Slides for my talk on Safe Automated Refactoring for Intelligent Parallelization of Java 8 Streams at Columbia University are now available.

Paper on stream parallelization refactoring accepted at ICSE 2019

Our new paper entitled, “Safe Automated Refactoring for Intelligent Parallelization of Java 8 Streams” has been accepted to the International Conference on Software Engineering (ICSE) 2019 technical track! Out of 529 submissions, 109 papers were accepted (an acceptance rate of 20.6%). The conference will be held in Montréal later next year. An abstract is listed below. (more…)

Best paper award at IEEE SCAM 2018

We are honored to receive a best paper award at the 2018 IEEE International Working Conference on Source Code Analysis and Transformation (SCAM ’18) for our paper entitled, “A Tool for Optimizing Java 8 Stream Software via Automated Refactoring” with Yiming Tang, Mehdi Beherdezeh, and Syed Ahmed. (more…)

Paper accepted at IEEE SCAM 2018

Our paper entitled, “A Tool for Optimizing Java 8 Stream Software via Automated Refactoring,” has been accepted in the Engineering Track of the 18th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM 2018), to be held in Madrid, Spain in September. An abstract of the paper is listed below: (more…)

Optimize Java 8 Streams Refactoring Tool Demonstration on YouTube

ICSE 2018 poster now available

Our ICSE 2018 poster entitled, “Towards safe refactoring for intelligent parallelization of Java 8 Streams,” is now available.

Stream refactoring tool now on the Eclipse Marketplace

I am happy to announce that our Optimize Java 8 Stream refactoring research prototype is now available on the Eclipse Marketplace!

This tool consists of automated refactoring research prototype plug-ins for Eclipse that assists developers in writing optimal stream client code in a semantics-preserving fashion. Refactoring preconditions and transformations for automatically determining when it is safe and possibly advantageous to convert a sequential stream to parallel and improve upon already parallel streams are included. The approach utilizes both WALA and SAFE.

via Optimize Java 8 Streams Refactoring | Eclipse Plugins, Bundles and Products – Eclipse Marketplace