Главная
Study mode:
on
1
intro
2
allocations and log IDs
3
memory type
4
evaluation context
5
locals
6
step
7
statement
8
operators
9
operands
10
evaluation
11
terminator
12
function calls
13
heap allocations
14
uplifting intrinsics
15
cantqualify file
Description:
Explore the inner workings of miri, an interpreter for Rust's MIR (Mid-level Intermediate Representation), in this comprehensive conference talk. Delve into the architecture of miri, its role in Rust's compile-time evaluation capabilities, and its ability to simulate low-level machine operations. Learn how miri interprets both safe and unsafe Rust code, including complex libraries like the stdlib hashmap. Discover the intricacies of memory representation and reasoning, allocation handling, and evaluation contexts. Gain insights into miri's capabilities for Rust development, including its approach to local variables, statements, operators, and function calls. Understand how miri manages heap allocations, uplifts intrinsics, and handles file qualification, providing a deeper understanding of this crucial tool in the Rust ecosystem.

Miri and Constant Evaluation in Rust

Rust
Add to list