mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 00:16:47 +00:00
Improve performance of tokenization and parsing
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ void big_int_dealloc(BigInt *dst) {
|
||||
if (dst->len > 1) {
|
||||
gb_free(big_int_allocator(), dst->d.words);
|
||||
}
|
||||
gb_zero_item(dst);
|
||||
zero_item(dst);
|
||||
}
|
||||
|
||||
BigInt big_int_make(BigInt const *b, bool abs=false);
|
||||
|
||||
Reference in New Issue
Block a user