mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
Implement cooperative safepoint API
Fixes https://github.com/wingo/whippet/issues/9.
This commit is contained in:
parent
9f26dbb1fc
commit
8fba0e5322
11 changed files with 95 additions and 63 deletions
|
@ -153,6 +153,9 @@ void gc_write_barrier_extern(struct gc_ref obj, size_t obj_size,
|
|||
struct gc_edge edge, struct gc_ref new_val) {
|
||||
}
|
||||
|
||||
int* gc_safepoint_flag_loc(struct gc_mutator *mut) { GC_CRASH(); }
|
||||
void gc_safepoint_slow(struct gc_mutator *mut) { GC_CRASH(); }
|
||||
|
||||
struct bdw_mark_state {
|
||||
struct GC_ms_entry *mark_stack_ptr;
|
||||
struct GC_ms_entry *mark_stack_limit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue