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

Add configure flag for selecting the garbage collector #1470

Closed
fingolfin opened this issue Jul 2, 2017 · 0 comments
Closed

Add configure flag for selecting the garbage collector #1470

fingolfin opened this issue Jul 2, 2017 · 0 comments
Labels
kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements topic: build system

Comments

@fingolfin
Copy link
Member

This might be an option --with-gc=VALUE, where VALUE currently could be gasman or boehm (and possibly also none). In the future, julia might be another possible value.

If HPC-GAP is disabled, then gasman would be default; if HPC-GAP is enabled, then boehm. But we'd want to allow boehm in regular GAP, too. As for gasman, I don't think it is thread safe, so for HPC-GAP we'd probably show an error that the two cannot be combined.

Vaguely related: issue #1272

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements topic: build system
Projects
None yet
Development

No branches or pull requests

1 participant