Files
Nicholas Nethercote d944ea10e6 Remove WithCachedTypeInfo::stable_hash.
We store a stable hash value in the most common interned values (e.g.
types, predicates, regions). This is 16 bytes of data.

- In non-incremental builds it's a straightforward performance loss: the
  stable hash isn't computed or used, and the 16 bytes of space goes to
  waste (but it still gets hashed when interning).

- In incremental builds it avoids some hashing but doesn't seem to
  actually be a genuine performance win, and the complexity doesn't seem
  worth it.
2026-04-23 12:13:19 +10:00
..
2026-04-02 09:44:38 -05:00
2024-08-18 16:58:26 -04:00
2024-08-18 16:58:26 -04:00
2024-08-18 16:58:26 -04:00
2023-01-11 09:32:08 +00:00
2026-03-31 05:01:25 -05:00
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00
2025-11-29 15:59:11 +01:00
2023-01-11 09:32:08 +00:00
2026-04-02 09:44:38 -05:00
2026-04-02 09:44:38 -05:00
2026-04-02 09:44:38 -05:00