This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH]: sbitmap changes to accomodate new bitmap implementation.
On Wed, Oct 17, 2001 at 06:05:56PM +0200, Andreas Jaeger wrote:
> Daniel Berlin <dan@cgsoftware.com> writes:
>
> > Well, i could also leave sbitmap_copy as is (modifying it to abort if
> > the sbitmaps are different sizes), and add sbitmap_copy_n to
> > copy a certain number of bits, only aborting if the number of bits you
> > ask to copy is larger than the destination.
> >
> > Does that make more sense?
>
> That makes more sense to me. What do others think?
I like the copy_n idea best.
r~