Commit 2e9b13cc512b5984b010a7934253702a6763f4f7

Martin Mitas 2022-01-10T03:10:43

md_lookup_line: New function. The function performs a binary search over array of MD_LINE structs to find a line the given offset lives on. Replaced few linear scans for such lines with a call to this function.