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

Re-enable incremental mode in child process on Darwin #591

Open
ivmai opened this issue Nov 30, 2023 · 0 comments
Open

Re-enable incremental mode in child process on Darwin #591

ivmai opened this issue Nov 30, 2023 · 0 comments

Comments

@ivmai
Copy link
Owner

ivmai commented Nov 30, 2023

This issue (feature request) is to resolve TODO (Re-enable incremental mode in child) mentioned in:

bdwgc/os_dep.c

Line 4580 in ba2861e

/* TODO: Re-enable incremental mode in child. */

Related issue #103

I think we should also add an API to disable automatic of re-enabling of incremental mode in child (because some clients call exec right after fork and re-enabling of the incremental mode requires resources usage on some platforms - reopen files, recreate a dedicated thread, etc.).

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