Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`lookup_debug_loc` finds a file, line, and column, which requires two binary searches. But this call site only needs the file. This commit replaces the call with `lookup_source_file`, which does a single binary search.
- Loading branch information