------- Comment #11 from ifoox at redhat dot com 2006-03-01 18:10 ------- > I gave up and went down the road of a somewhat simpler implementation at > the expense of lookup overhead. In most cases there are fewer than > about a dozen headers, so linear searching an ArrayList should not be > too bad.
You are right, I think that given this, it should be OK to go for the simpler implementation for now. > I think I will get a second opinion from Tromey et al. ... Good idea. :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26487