You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will allow having human-readable code that represents the idea of the code, and optimized version at the same time.
For example, we may have optimize attribute, that can apply optimization rules defined before that attribute.
Later if possible such optimizations should be made universal and integrated into LLVM or other compilers.
The text was updated successfully, but these errors were encountered:
This will allow having human-readable code that represents the idea of the code, and optimized version at the same time.
For example, we may have
optimize
attribute, that can apply optimization rules defined before that attribute.Later if possible such optimizations should be made universal and integrated into LLVM or other compilers.
The text was updated successfully, but these errors were encountered: