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

Implement custom memory manager for LLVM to allow early release of module and EE #48

Closed
dibyendumajumdar opened this issue Aug 24, 2015 · 2 comments

Comments

@dibyendumajumdar
Copy link
Owner

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

@dibyendumajumdar
Copy link
Owner Author

An alternative approach is to use the ORC APIs and compare if this reduces memory usage

@dibyendumajumdar
Copy link
Owner Author

This is no longer an issue as we are using ORC api in latest LLVM releases

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

No branches or pull requests

1 participant