-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimization For Factorial Application #69
Comments
@yegor256 @maxonfjvipon Could you help here, please? |
@yegor256 @maxonfjvipon What do you think? |
@maxonfjvipon this is yours |
@yegor256 @volodya-lombrozo where can I find java code examples of such optimization? (before and after) |
@rultor release, tag is |
@maxonfjvipon OK, I will release it now. Please check the progress here |
@maxonfjvipon Done! FYI, the full log is here (took me 28min) |
Since we implemented decompilation of Factorial application in
jeo-maven-plugin
andopeo-maven-plugin
, we can optimize this application either in XML (probably, using XSLT) or using PHI expressions.Here is the decompiled example of the
Factorial
application:XMIR:
Factorial.xmir.txt
PHI:
Factorial.phi.txt
The text was updated successfully, but these errors were encountered: