This is the mail archive of the gcc@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]

Re: reload performance drag?


On Fri, Nov 12, 1999 at 07:23:35PM +0000, Joern Rennecke wrote:
> - use an sbitmap.  That means 1/8th of the storage to clear, and the indexing
>   is still fairly easy.
> - use a bitmap.  Since there are typically very few output reloads (below 1
>   on average I guess), and there is a small constant upper bound of how many
>   we can gave, the linear search shouldn't hurt too much.

Either of these, with the second probably preferable.


r~


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