Skip to content
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

Make a set of macro for Rust to allow putting optimized code side by side with the short naive code #660

Open
Konard opened this issue Feb 19, 2023 · 0 comments

Comments

@Konard
Copy link
Owner

Konard commented Feb 19, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant