Josh Stone
396c2a8659
Stop using hash_raw_entry in CodegenCx::const_str
...
That unstable feature completed fcp-close, so the compiler needs to be
migrated away to allow its removal. In this case, `cg_llvm` and `cg_gcc`
were using raw entries to optimize their `const_str_cache` lookup and
insertion. We can change that to separate `get` and (on miss) `insert`
calls, so we still have the fast path avoiding string allocation when
the cache hits.
2025-02-27 09:09:52 -08:00
..
2025-02-24 14:37:58 +01:00
2025-02-25 16:56:03 +00:00
2025-02-24 14:31:19 +01:00
2025-02-25 18:17:32 +01:00
2025-02-26 19:03:55 +01:00
2025-02-24 14:31:17 +01:00
2025-02-25 19:36:17 +00:00
2025-02-27 09:09:52 -08:00
2025-02-27 09:09:52 -08:00
2025-02-26 19:03:55 +01:00
2025-02-25 16:56:03 +00:00
2025-02-26 13:01:45 +00:00
2025-02-24 19:21:47 -05:00
2025-02-25 17:27:22 +00:00
2025-02-24 14:31:17 +01:00
2025-02-24 19:21:47 -05:00
2025-02-24 14:37:58 +01:00
2025-02-26 19:03:56 +01:00
2025-02-24 14:31:19 +01:00
2025-02-26 19:03:55 +01:00
2025-02-24 14:22:31 +01:00
2025-02-25 13:07:27 +01:00
2025-02-24 14:31:17 +01:00
2025-02-24 14:31:19 +01:00
2025-02-26 19:03:55 +01:00
2025-02-26 19:03:59 +01:00
2025-02-25 16:56:03 +00:00
2025-02-24 23:07:24 +00:00
2025-02-26 04:15:05 +01:00
2025-02-25 16:56:03 +00:00
2025-02-25 16:56:03 +00:00
2025-02-24 14:31:17 +01:00
2025-02-24 14:26:06 +01:00
2025-02-24 14:26:06 +01:00
2025-02-26 19:03:55 +01:00
2025-02-24 14:31:17 +01:00
2025-02-25 16:56:03 +00:00
2025-02-24 14:31:19 +01:00
2025-02-25 19:36:17 +00:00
2025-02-24 14:31:17 +01:00
2025-02-25 13:07:23 +01:00
2025-02-26 19:03:57 +01:00
2025-02-24 07:30:59 +00:00
2025-02-24 14:31:19 +01:00