mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
nofl: Reclaim another mark bit if concurrent tracing is disabled
This commit is contained in:
parent
29cf0f40d3
commit
ed5db9bc36
2 changed files with 17 additions and 9 deletions
|
@ -33,4 +33,8 @@
|
|||
#define GC_CONSERVATIVE_TRACE 0
|
||||
#endif
|
||||
|
||||
#ifndef GC_CONCURRENT_TRACE
|
||||
#define GC_CONCURRENT_TRACE 0
|
||||
#endif
|
||||
|
||||
#endif // GC_CONFIG_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue