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

Add LLVM backend #43

Open
adam-mcdaniel opened this issue Jul 20, 2023 · 1 comment
Open

Add LLVM backend #43

adam-mcdaniel opened this issue Jul 20, 2023 · 1 comment
Labels
definitely Must be implemented and will be implemented enhancement New feature or request hardening Improve the robustness of a feature.

Comments

@adam-mcdaniel
Copy link
Owner

Add LLVM backend as a target. Make it available through an optional feature flag like llvm-support or something; LLVM is an utterly massive dependency that I don't want to rely on. If performance isn't good enough, we can directly lower the psuedo-assembly-language to LLVM; this should achieve performance on par with other languages like C.

@adam-mcdaniel adam-mcdaniel added enhancement New feature or request good first issue Good for newcomers hardening Improve the robustness of a feature. and removed good first issue Good for newcomers labels Jul 20, 2023
@adam-mcdaniel adam-mcdaniel added the definitely Must be implemented and will be implemented label Aug 7, 2023
@9bany
Copy link

9bany commented Jan 4, 2024

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
definitely Must be implemented and will be implemented enhancement New feature or request hardening Improve the robustness of a feature.
Projects
None yet
Development

No branches or pull requests

2 participants