This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Benchmarks of v2 (was Re: [PATCH 0/5] RFC: Overhaul of diagnostics (v2))


Hi,

On Fri, 16 Oct 2015, David Malcolm wrote:

> This fixes much of the bloat seen for influence.i when sending ranges 
> through for every token.

Yeah, I think that's on the right track.

> This was with 8 bits allocated for packed ranges (which is probably 
> excessive, but it makes debugging easier).

Probably in the end it should be done similar to how column bits are dealt 
with, start with a reasonably low number (5 bits?) and increase if 
necessary and budget allows (budget being column+range < N bits && range < 
8 bits, or so; so that range can't consume all of the column bits).


Ciao,
Michael.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]