Commits
Click on a commit to change the comparison rangeperf(mangler): remove unnecessary `AstNode` lookups (#12663)
Small perf improvement. There's no need to look up an `AstNode` just to get its `NodeId`. You already have the `NodeId` in order to look up the `AstNode`. So skip getting the `AstNode` and just use `NodeId`s.4 months ago
by overlookmotel