Nicholas Nethercote
b4c6e19ade
Replace a lookup_debug_loc call.
...
`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.
2023-06-29 11:31:43 +10:00
..
2023-05-31 19:40:24 +03:00
2023-05-24 14:20:41 +00:00
2023-06-29 11:31:43 +10:00
2023-05-26 15:18:54 -04:00
2023-01-17 08:09:33 +00:00
2023-05-31 19:40:24 +03:00
2023-05-08 19:41:51 +09:00
2023-05-26 15:18:54 -04:00
2023-05-31 19:40:24 +03:00
2023-06-02 18:12:45 +02:00
2023-05-09 20:04:19 +00:00
2023-06-10 03:39:24 +08:00
2023-06-02 18:12:45 +02:00
2023-06-02 18:12:45 +02:00
2023-05-09 20:04:19 +00:00
2023-06-01 14:45:18 +00:00
2023-05-09 20:04:19 +00:00
2023-06-04 21:54:28 -04:00
2023-05-22 14:46:40 +01:00
2023-05-24 14:33:43 +00:00
2023-06-04 00:51:49 -07:00
2023-06-04 00:51:49 -07:00
2022-12-19 21:07:57 +01:00