This is the mail archive of the gcc-cvs@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]
Other format: [Raw text]

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


Author: bstarynk
Date: Thu May 22 16:42:29 2008
New Revision: 135773

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

2008-05-22  Basile Starynkevitch  <basile@starynkevitch.net>
	* contrib/cold-basilys.lisp: added generation of basilys_trace_start &
	basilys_trace_end, renaming all Lambda routines

2008-05-22  Basile Starynkevitch  <basile@starynkevitch.net>
	[some unsafe_put_fields but not all are skipped .. we have to find
	a pattern for them to find the bug]

	* gcc/basilys.h: (basilys_dbgtracefile) new variable.
	(basilys_trace_start, basilys_trace_end) new macros [useful only
	when ENABLE_CHECKING]

	* gcc/basilys.c: (basilys_initialize) deal with basilys_dbgtracefile
	using BASILYSTRACE environment variable [ugly!]

	* gcc/melt/warm-basilys.bysl: generate calls to basilys_trace_start,
	basilys_trace_end./ Closures are better dbgout-ed.

	* gcc/melt/test0.bysl: added more unsafe_put_fields tests.

	* gcc/melt-cc-script.proto: more verbose [using ls]


Modified:
    branches/melt-branch/contrib/ChangeLog.melt
    branches/melt-branch/contrib/cold-basilys.lisp
    branches/melt-branch/gcc/ChangeLog.melt
    branches/melt-branch/gcc/basilys.c
    branches/melt-branch/gcc/basilys.h
    branches/melt-branch/gcc/melt-cc-script.proto
    branches/melt-branch/gcc/melt/test0.bysl
    branches/melt-branch/gcc/melt/warm-basilys.bysl


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