Module: move memoized data to the intern pool

This avoids memory management bugs with the previous implementation.
This commit is contained in:
Jacob Young
2023-05-28 02:41:22 -04:00
committed by Andrew Kelley
parent d40b83de45
commit 3b6ca1d35b
11 changed files with 264 additions and 140 deletions

View File

@@ -605,6 +605,9 @@ pub fn generateSymbol(
}
}
},
.memoized_decl,
.memoized_call,
=> unreachable,
}
return .ok;
}