Miri: replace canonical_alloc_id mechanism by extern_static_alloc_id We only have to call `extern_static_alloc_id` when a `Pointer` is "imported" from the `tcx` to the machine, not on each access. Also drop the old hook for TLS handling, it is not needed any more. The Miri side of this is at https://github.com/rust-lang/miri/pull/1489. Fixes https://github.com/rust-lang/rust/issues/71194 r? @oli-obk |
||
|---|---|---|
| .. | ||
| coverage | ||
| interpret | ||
| terminator | ||
| mod.rs | ||
| mono.rs | ||
| predecessors.rs | ||
| query.rs | ||
| tcx.rs | ||
| traversal.rs | ||
| type_foldable.rs | ||
| visit.rs | ||