d035da9d9121c3432aea66c45798f299e99da8f8
The VM's field access logic has been refactored to clone `Rc` pointers for addresses and field identifiers. This change aims to improve efficiency by avoiding unnecessary dereferencing and copying of values when accessing fields within records and objects. Additionally, the `Value::Object` handling in `BoundKind::GetField` has been refined to more explicitly manage `RecordSeries` and `StreamNode` types, ensuring that field access is handled polymorphically and efficiently without copying underlying data structures.
Description
No description provided
Languages
Rust
100%