mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-14 09:40:20 +02:00
mt-gcbench: Only crash when tracing holes for precise GC
This commit is contained in:
parent
e328346bbd
commit
05d2c95950
1 changed files with 2 additions and 0 deletions
|
@ -36,7 +36,9 @@ static inline void
|
|||
visit_hole_fields(Hole *obj,
|
||||
void (*visit)(struct gc_edge edge, void *visit_data),
|
||||
void *visit_data) {
|
||||
#if GC_PRECISE
|
||||
GC_CRASH();
|
||||
#endif
|
||||
}
|
||||
|
||||
#include "simple-gc-embedder.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue