Module: move memoized data to the intern pool
This avoids memory management bugs with the previous implementation.
This commit is contained in:
committed by
Andrew Kelley
parent
d40b83de45
commit
3b6ca1d35b
@@ -605,6 +605,9 @@ pub fn generateSymbol(
|
||||
}
|
||||
}
|
||||
},
|
||||
.memoized_decl,
|
||||
.memoized_call,
|
||||
=> unreachable,
|
||||
}
|
||||
return .ok;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user