mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-26 13:10:22 +02:00
Implement per-object pinning API
Fixes https://github.com/wingo/whippet/issues/6.
This commit is contained in:
parent
a722b9c13f
commit
9f26dbb1fc
13 changed files with 81 additions and 5 deletions
|
@ -54,4 +54,8 @@ static inline enum gc_safepoint_mechanism gc_safepoint_mechanism(void) {
|
|||
return GC_SAFEPOINT_MECHANISM_SIGNAL;
|
||||
}
|
||||
|
||||
static inline int gc_can_pin_objects(void) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
#endif // BDW_ATTRS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue