Go to file
Mark Mitchell 2be510b877 Special-case tree_decl/tree_list allocations.
* ggc-page.c (OBJECT_PER_PAGE): Reimplement.
	(OBJECT_SIZE): New macro.
	(NUM_EXTRA_ORDER): Likewise.
	(extra_order_size_table): New variable.
	(NUM_ORDERS): New macro.
	(objects_per_page_table): New variable.
	(object_size_table): New variable.
	(G.pages): Use NUM_ORDERS to bound the array.
	(G.page_tails): Likewise.
	(DIV_ROUND_UP): Remove.
	(BITMAP_SIZE): Use CEIL, instead of DIV_ROUND_UP.
	(alloc_page): Use OBJECT_SIZE.
	(size_lookup): Don't make it const.
	(ggc_alloc): Use OBJECT_SIZE.
	(ggc_set_mark): Likewise.
	(ggc_get_size): Likewise.
	(init_ggc): Set up the object_size_table, objects_per_page_table,
	and adjust size_lookup.
	(ggc_recalculate_in_use_p): Use CEIL, not DIV_ROUND_UP.
	(ggc_pop_context): Use NUM_ORDERS.
	(clear_marks): Likewise.
	(sweep_pages): Likewise.
	(poison_pages): Likewise.
	(ggc_print_statistics): Use OBJECT_SIZE.

From-SVN: r38692
2001-01-04 21:18:27 +00:00
boehm-gc
config * config/mh-djgpp: do not set CFLAGS. 2001-01-02 10:46:33 -05:00
contrib * gcc_update: Add cpp.1 to the list of generated files. 2001-01-03 20:18:18 +00:00
fastjar
gcc Special-case tree_decl/tree_list allocations. 2001-01-04 21:18:27 +00:00
include
INSTALL
libchill
libf2c Daily bump. 2001-01-04 01:45:11 -07:00
libffi
libiberty
libio
libjava ScrollPane.java (setBlockIncrement): Throw error. 2001-01-03 20:34:44 +00:00
libobjc sendmsg.c: Added __objc_msg_forward... 2001-01-03 08:50:46 +00:00
libstdc++
libstdc++-v3 std_cwctype.h: Include std_cwchar.h for wint_t. 2001-01-04 04:21:42 +00:00
zlib
.cvsignore
ChangeLog ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. 2001-01-02 10:55:07 -05:00
config-ml.in
config.guess
config.if
config.sub
configure
configure.in
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. 2001-01-02 10:55:07 -05:00
ltcf-cxx.sh ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. 2001-01-02 10:55:07 -05:00
ltcf-gcj.sh ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. 2001-01-02 10:55:07 -05:00
ltconfig ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. 2001-01-02 10:55:07 -05:00
ltmain.sh
MAINTAINERS
Makefile.in
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.