bors
b10555674f
Auto merge of #140854 - oli-obk:merge-queries, r=nnethercote
...
Merge typeck loop with static/const item eval loop
r? `@ghost`
Let's try a small one first. Doing this in general has some bad cache coherence issues because the query caches are laid out in `Vec<QueryResult>` lists per query where each index refers to a `DefId` in the same order as we're iterating. Iterating two or more lists at the same time does have cache issues, so I want to poke a bit at it to see if we can't merge just a few of them at a time.
2025-05-10 14:20:43 +00:00
..
2025-04-08 23:06:31 +03:00
2025-04-14 17:16:23 +09:00
2025-05-05 14:27:09 +00:00
2025-05-10 14:20:43 +00:00
2025-04-08 23:06:31 +03:00
2025-04-08 23:06:31 +03:00
2025-03-09 02:00:01 +00:00
2025-03-04 18:04:07 +00:00
2025-05-08 08:14:18 +02:00
2025-04-08 23:06:31 +03:00
2025-05-07 17:29:12 +00:00
2025-04-03 11:08:55 +03:00
2025-03-12 10:19:31 -07:00
2025-04-15 15:47:30 +10:00
2025-04-08 23:06:31 +03:00
2025-04-19 17:34:00 +00:00
2025-04-19 17:34:00 +00:00
2025-04-09 08:56:04 +02:00
2025-04-09 08:56:04 +02:00
2025-04-05 19:34:04 +00:00
2025-04-30 10:44:24 +03:00
2025-04-30 10:44:24 +03:00
2025-03-13 21:17:46 +00:00
2025-03-13 21:17:46 +00:00
2025-03-13 21:17:46 +00:00
2025-03-14 19:50:03 +00:00
2025-03-14 19:50:03 +00:00
2025-02-24 19:34:54 +00:00
2025-03-14 19:50:03 +00:00
2025-04-10 09:56:37 +02:00
2025-04-08 23:06:31 +03:00
2025-03-14 19:50:03 +00:00
2025-03-13 21:17:46 +00:00
2025-03-13 21:17:46 +00:00
2025-03-13 21:17:46 +00:00
2025-03-13 21:17:46 +00:00
2025-03-31 23:58:17 +02:00
2025-03-04 00:21:02 +08:00
2025-03-04 00:21:02 +08:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-05-07 17:32:59 +08:00
2025-05-07 23:23:25 +08:00
2025-05-02 15:53:51 +09:00
2025-05-02 15:53:51 +09:00
2025-02-25 08:06:30 +00:00
2025-02-25 08:06:30 +00:00
2025-04-09 20:26:58 +00:00
2025-04-09 20:26:58 +00:00
2025-04-09 20:26:58 +00:00
2025-04-09 20:31:58 +00:00
2025-04-09 20:31:58 +00:00
2025-04-09 20:26:57 +00:00
2025-04-09 20:26:57 +00:00
2025-04-09 20:26:57 +00:00