Add configure flag for selecting the garbage collector #1470
Labels
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
topic: build system
This might be an option
--with-gc=VALUE
, whereVALUE
currently could begasman
orboehm
(and possibly alsonone
). In the future,julia
might be another possible value.If HPC-GAP is disabled, then
gasman
would be default; if HPC-GAP is enabled, thenboehm
. But we'd want to allowboehm
in regular GAP, too. As forgasman
, 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
The text was updated successfully, but these errors were encountered: