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
Currently we hold on to the module and EE even after generating code for a function. It is possible to release these as described in referenced thread below:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-February/082051.html
The text was updated successfully, but these errors were encountered:
An alternative approach is to use the ORC APIs and compare if this reduces memory usage
Sorry, something went wrong.
This is no longer an issue as we are using ORC api in latest LLVM releases
No branches or pull requests
Currently we hold on to the module and EE even after generating code for a function. It is possible to release these as described in referenced thread below:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-February/082051.html
The text was updated successfully, but these errors were encountered: