r133450 - in /branches/melt-branch: contrib/Cha...

bstarynk@gcc.gnu.org bstarynk@gcc.gnu.org
Sat Mar 22 17:13:00 GMT 2008


Author: bstarynk
Date: Sat Mar 22 17:13:09 2008
New Revision: 133450

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133450
Log:

2008-03-22  Basile Starynkevitch  <basile@starynkevitch.net>
	* gcc/basilys.c: (basilysgc_add_strbuf_raw) when growing young strbuf,
	call basilysgc_reserve and basilys_allocatereserved to avoid
	growing a buffer which has just been promoted to old by the zone
	reallocation. (basilysgc_add_strbuf_raw) use a basilys frame.
	(basilysgc_put_mapobjects, basilysgc_remove_mapobjects)
	(basilysgc_put_mapstrings, basilysgc_remove_mapstrings)
	(basilysgc_raw_put_mappointers, basilysgc_raw_remove_mappointers)
	call basilysgc_reserve and basilys_allocatereserved likewise.

	* gcc/basilys.h: (basilysgc_reserve, basilys_allocatereserved) new functions.
	added frameloc when ENABLE_CHECKING in basilys frames.

	* gcc/melt/warm-basilys.bysl: added (empty) support for framloe when
	ENABLE_CHECKING in generated basilys frames.

	* gcc/Makefile.in: remove T_CFLAGS from MELT_CFLAGS.

	* contrib/cold-basilys.lisp: added empty framloc support when ENABLE_CHECKING in basilys frame.


Modified:
    branches/melt-branch/contrib/ChangeLog.melt
    branches/melt-branch/contrib/cold-basilys.lisp
    branches/melt-branch/gcc/ChangeLog.melt
    branches/melt-branch/gcc/Makefile.in
    branches/melt-branch/gcc/basilys.c
    branches/melt-branch/gcc/basilys.h
    branches/melt-branch/gcc/melt/warm-basilys.bysl



More information about the Gcc-cvs mailing list