We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How should we interface with the GC? I have not read how scala-native uses the GC. It would be good to document the API that exists right now.
scala-native
If anyone has pointers, it would be very helpful.
The text was updated successfully, but these errors were encountered:
The current interface can be found in ImmixGC.c but this interface is not final yet.
Sorry, something went wrong.
Are there guarantees the GC makes? (pause time, for example?) What are the invariants we need to support for the GC to work?
No branches or pull requests
How should we interface with the GC? I have not read how
scala-native
uses the GC. It would be good to document the API that exists right now.If anyone has pointers, it would be very helpful.
The text was updated successfully, but these errors were encountered: