Language-independent functions-as-trees representation

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Fri Aug 23 15:25:00 GMT 2002


    Figuring out line numbers is painful if all you have is a character
    offset into the preprocessed source, or something similar.

Why?  You make a map from line number to starting character number and
do a binary search.



More information about the Gcc mailing list