| ... | @@ -55,7 +55,7 @@ free_dep_entries: std.ArrayListUnmanaged(DepEntry.Index) = .{}, | ... | @@ -55,7 +55,7 @@ free_dep_entries: std.ArrayListUnmanaged(DepEntry.Index) = .{}, |
| 55 | /// Whether a multi-threaded intern pool is useful. | 55 | /// Whether a multi-threaded intern pool is useful. |
| 56 | /// Currently `false` until the intern pool is actually accessed | 56 | /// Currently `false` until the intern pool is actually accessed |
| 57 | /// from multiple threads to reduce the cost of this data structure. | 57 | /// from multiple threads to reduce the cost of this data structure. |
| 58 | const want_multi_threaded = false; | 58 | const want_multi_threaded = true; |
| 59 | | 59 | |
| 60 | /// Whether a single-threaded intern pool impl is in use. | 60 | /// Whether a single-threaded intern pool impl is in use. |
| 61 | pub const single_threaded = builtin.single_threaded or !want_multi_threaded; | 61 | pub const single_threaded = builtin.single_threaded or !want_multi_threaded; |