r198415 - in /branches/melt-branch/gcc: ChangeL...

bstarynk@gcc.gnu.org bstarynk@gcc.gnu.org
Mon Apr 29 13:11:00 GMT 2013


Author: bstarynk
Date: Mon Apr 29 13:11:48 2013
New Revision: 198415

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

2013-04-29  Basile Starynkevitch  <basile@starynkevitch.net>

	* melt-runtime.h (melt_closure_nth): return NULL not 0 for readability.
	(melt_hook_size, melt_hook_nth, melt_hook_data): New inlined functions.
	(meltgc_set_hook_data, melt_hook_interned_name)
	(meltgc_hook_name_string): New declarations.

	* melt-runtime.c (meltgc_set_hook_data, melt_hook_interned_name)
	(meltgc_hook_name_string): New functions.

	* melt/warmelt-first.melt (hook_data, hook_every, hook_name)
	(hook_nth, hook_put_data, hook_size, is_hook): New primitives and
	functions.

	* melt/warmelt-debug.melt (dbgout_hook_method): New method for
	dbg_output on discr_hook.

	* melt/warmelt-normal.melt (normbind_fixbind): More debug.
	(normexp_defhook): Update the shobind.

	* melt/warmelt-outobj.melt (outcinitfill_objinithook): Improve
	emitted comments. Emit the strncpy of the hookname.

	* testsuite/melt/thook-1.melt: Add final debug to display the hook.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-runtime.c
    branches/melt-branch/gcc/melt-runtime.h
    branches/melt-branch/gcc/melt/warmelt-debug.melt
    branches/melt-branch/gcc/melt/warmelt-first.melt
    branches/melt-branch/gcc/melt/warmelt-normal.melt
    branches/melt-branch/gcc/melt/warmelt-outobj.melt
    branches/melt-branch/gcc/testsuite/melt/thook-1.melt



More information about the Gcc-cvs mailing list