Edit

kc3-lang/md4c/src

Branch :

  • Show log

    Commit

  • Author : Martin Mitas
    Date : 2022-01-10 03:10:43
    Hash : 2e9b13cc
    Message : 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.