don't need allocMore_rec on non-gcv2
This commit is contained in:
parent
6e6169530d
commit
c6c0b8925e
@ -36,7 +36,9 @@ FORCE_INLINE void BN(splitTo)(EmptyValue* c, i64 from, i64 to, bool notEqual) {
|
||||
buckets[from] = c;
|
||||
}
|
||||
|
||||
static bool BN(allocMore_rec);
|
||||
#if GC_VISIT_V2
|
||||
static bool BN(allocMore_rec);
|
||||
#endif
|
||||
|
||||
static NOINLINE void* BN(allocateMore)(i64 bucket, u8 type, i64 from, i64 to) {
|
||||
u64 sz = BSZ(from);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user