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

Investigate MONO_GC_PARAMS #6

Closed
Therzok opened this issue Jun 27, 2018 · 1 comment
Closed

Investigate MONO_GC_PARAMS #6

Therzok opened this issue Jun 27, 2018 · 1 comment
Assignees

Comments

@Therzok
Copy link
Collaborator

Therzok commented Jun 27, 2018

Maybe it would be useful to turn on precise scanning to prevent false positive stack leaks?

excerpt from man:

              stack-mark=mark-mode
                     Specifies how application threads should be scanned.  Options  are  `precise`
                     and  `conservative`.  Precise marking allow the collector to know what values
                     on stack are references and what are not.  Conservative marking  threats  all
                     values  as  potentially  references and leave them untouched. Precise marking
                     reduces floating garbage and can speed up nursery collection  and  allocation
                     rate,  it  has  the downside of requiring a significant extra memory per com-
                     piled method. The right option, unfortunately, requires experimentation.
@Therzok Therzok self-assigned this Jun 27, 2018
@Therzok
Copy link
Collaborator Author

Therzok commented Feb 15, 2020

Precise was never supported on macos.

@Therzok Therzok closed this as completed Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant