egcs/gcc ChangeLog bitmap.c
rth@gcc.gnu.org
rth@gcc.gnu.org
Fri Jul 6 14:24:00 GMT 2001
CVSROOT: /cvs/gcc
Module name: egcs
Changes by: rth@gcc.gnu.org 2001-07-06 14:24:04
Modified files:
gcc : ChangeLog bitmap.c
Log message:
* bitmap.c (bitmap_release_memory): Move adjacent to the
allocation functions.
(bitmap_first_set_bit, bitmap_last_set_bit): Streamline knowing
the implementation. Binary search for the set bit.
(bitmap_union_of_diff): Allocate the temporary on the stack
instead of using xmalloc.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.10568&r2=1.10569
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/bitmap.c.diff?cvsroot=gcc&r1=1.27&r2=1.28
More information about the Gcc-cvs
mailing list