-
Notifications
You must be signed in to change notification settings - Fork 407
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
Switch GC_incremental mode on/off at runtime #670
Comments
If I got your question correctly, you should call GC_enable_incremental() after GC_INIT(), or set GC_ENABLE_INCREMENTAL environment variable to 1. |
ok, thanks~ |
Will there be any issues if I enable incremental GC at the start of a runtime and then dynamically disable it? this is what I actually want to ask |
Normally GC incremental mode is turned on at process start. |
ok,ivmai. Thank you for your response |
I want ask if bdwgc support runtime switch GC_incremental Mode and how?
The text was updated successfully, but these errors were encountered: