Skip to content

Commit

Permalink
readme: minor rephrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
mewmew committed Jan 30, 2018
1 parent dcc7934 commit 53f647b
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
Expand Up @@ -77,7 +77,7 @@ Primary focus of version 0.2: *project-wide compilation speed*.

There seem to be an inverse correlation between depending on a huge C++ library and having fun developing decompilation components.

Version 0.2 of the decompilation pipeline strives to resolve this issue by leveraging an [LLVM IR library](https://github.com/llir/llvm) written in pure Go. Prior to the v0.2 release, project-wide compilation could take several hours to complete. Now, they complete in less than 1 minute -- the established *hard limit* for all future releases.
Version 0.2 of the decompilation pipeline strives to resolve this issue by leveraging an [LLVM IR library](https://github.com/llir/llvm) written in pure Go. Prior to this release, project-wide compilation could take several hours to complete. Now, they complete in less than 1 minute -- the established *hard limit* for all future releases.

### Version 0.1 (2015-04-21)

Expand Down

0 comments on commit 53f647b

Please sign in to comment.