Commits
Click on a commit to change the comparison rangeperf(traverse): optimize `TraverseScoping::generate_uid_name` (#6663)
Tiny optimization. Move initializing `self.uid_names` to just before `self.uid_names.as_mut().unwrap()` so compiler can see that the `unwrap` is infallible and elide it, even if `get_uid_names` isn't inlined.1 year ago
by overlookmotel