Matthias Krüger
a59c1a4291
Rollup merge of #129751 - RalfJung:interpret-visit-field-order, r=compiler-errors
...
interpret/visitor: make memory order iteration slightly more efficient
Finally I know enough about RPIT to write this iterator signature correctly. :D
This means memory-order iteration now needs an allocation, but it avoids quadratic complexity (where it has to do a linear scan n times to find the n-th field in memory order), so that seems like a win overall. The changed code only affects Miri; the rustc changes are NOPs.
2024-08-31 10:08:58 +02:00
..
2024-08-11 04:16:53 +02:00
2024-08-27 09:04:59 +02:00
2024-08-27 10:17:05 -07:00
2024-08-31 10:08:51 +02:00
2024-08-16 08:46:13 +10:00
2024-08-28 23:32:40 +01:00
2024-08-27 00:41:57 +02:00
2024-08-16 08:46:46 +10:00
2024-08-27 00:41:57 +02:00
2024-08-16 08:46:52 +10:00
2024-08-27 00:42:00 +02:00
2024-08-29 16:21:46 +02:00
2024-08-27 01:46:50 -05:00
2024-08-27 01:46:50 -05:00
2024-08-29 16:21:47 +02:00
2024-08-31 10:08:53 +02:00
2024-08-29 16:53:14 +02:00
2024-08-13 16:16:57 -07:00
2024-08-28 17:12:19 +02:00
2024-08-27 11:49:59 +10:00
2024-08-27 11:52:08 +10:00
2024-08-27 12:03:37 +10:00
2024-08-27 12:40:38 +10:00
2024-08-29 16:21:46 +02:00
2024-08-27 12:56:54 +10:00
2024-08-27 12:58:29 +10:00
2024-08-28 09:54:23 +02:00
2024-08-29 00:17:40 -04:00
2024-08-27 13:25:40 +10:00
2024-08-31 10:08:57 +02:00
2024-08-27 14:30:20 +10:00
2024-08-28 19:12:52 -07:00
2024-08-29 00:17:40 -04:00
2024-08-29 16:21:47 +02:00
2024-08-27 15:12:46 +10:00
2024-08-31 10:08:57 +02:00
2024-08-31 10:08:54 +02:00
2024-08-29 16:21:47 +02:00
2024-08-29 20:13:06 +10:00
2024-08-31 10:08:57 +02:00
2024-08-31 10:08:57 +02:00
2024-08-29 20:13:06 +10:00
2024-08-29 20:13:06 +10:00
2024-08-31 10:08:56 +02:00
2024-08-29 20:13:06 +10:00
2024-08-29 20:13:06 +10:00
2024-08-31 10:08:51 +02:00
2024-08-29 20:13:06 +10:00
2024-08-29 20:18:40 +10:00
2024-08-29 20:18:44 +10:00
2024-08-29 20:18:44 +10:00
2024-08-29 20:18:44 +10:00
2024-08-29 20:18:44 +10:00
2024-08-29 20:18:44 +10:00
2024-08-21 18:15:06 +02:00
2024-08-29 16:21:47 +02:00
2024-08-26 18:44:19 -04:00
2024-08-29 16:21:46 +02:00
2024-08-26 18:44:19 -04:00
2024-08-29 21:48:48 +08:00
2024-08-31 10:08:57 +02:00
2024-08-14 14:18:17 -04:00
2024-08-25 13:41:39 +08:00
2024-08-27 23:30:24 +00:00
2024-08-31 10:08:53 +02:00
2024-08-23 12:45:38 -04:00