mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-28 05:50:30 +02:00
Separate tagging from collector
The collector now has an abstract interface onto the embedder. The embedder has to supply some functionality, such as tracing and forwarding. This is a pretty big change in terms of lines but it's supposed to have no functional or performance change.
This commit is contained in:
parent
cacc28b577
commit
fb71c4c363
20 changed files with 452 additions and 306 deletions
8
gc-config.h
Normal file
8
gc-config.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef GC_CONFIG_H
|
||||
#define GC_CONFIG_H
|
||||
|
||||
#ifndef GC_DEBUG
|
||||
#define GC_DEBUG 0
|
||||
#endif
|
||||
|
||||
#endif // GC_CONFIG_H
|
Loading…
Add table
Add a link
Reference in a new issue