Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Added quick not of the pre-built binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
camrein committed May 5, 2019
1 parent b9b8653 commit a3fba5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1 About

This repository holds the source code of the prototype developed during the master's thesis [Automatic Refactoring for Parallelization](https://eprints.hsr.ch/760/). There is no intent to continue development of this refactoring tool at this time. The code of the analysis itself is located in the *src/* folder. The *samples/* folder holds a small project to demonstrate the refactoring provided by the prototype.
This repository holds the source code of the prototype developed during the master's thesis [Automatic Refactoring for Parallelization](https://eprints.hsr.ch/760/). There is no intent to continue development of this refactoring tool at this time. The code of the analysis itself is located in the *src/* folder. The *samples/* folder holds a small project to demonstrate the refactoring provided by the prototype. For a quick demo, both a NuGet package and a Visual Studio Extension can be found on the [releases](https://github.com/camrein/RefactorToParallel/releases) page.

The prototype incorporates implementations of various static code analyses such as Alias Analysis (interprocedural), Available Expressions Analysis, Loop Dependence Analysis (interprocedural, this thesis), and Reaching Definitions Analysis. Since some analyses profit from optimizations, the prototype also incorporates implementations of the Common Subexpression Elimination and Copy Propagation optimizations.

Expand Down

0 comments on commit a3fba5c

Please sign in to comment.