We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This is a high level ticket, to track the work that needs to be done for a fairly complete aot/ir cache setup. Follow up from #47 #693
--aotircapture
--aotirload
--aotirgenerate
--aotbin-load
The text was updated successfully, but these errors were encountered:
Did a couple of days of research on the binary caching. There are some further complications.
If binary cache is per process, then there's several conflicts around.
Sorry, something went wrong.
#976 and #996 Implement the first milestone of, and make AOT IR usable for large programs.
skmp
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
This is a high level ticket, to track the work that needs to be done for a fairly complete aot/ir cache setup. Follow up from #47 #693
Current state
--aotircapture
--aotirload
--aotirgenerate
Multi threaded AOTIR generation
Streamable AOTIR generation
Precompiled binary caching (~ 2-4 weeks to reviewable code)
--aotbin-load
or such that loads binary cachesThe text was updated successfully, but these errors were encountered: