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]

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


Author: bstarynk
Date: Tue May 29 14:39:33 2012
New Revision: 187960

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

2012-05-15  Basile Starynkevitch  <basile@starynkevitch.net>
	{{Speak of "references", not "containers"}}
	* melt-runtime.h (MELTGLOB_CLASS_REFERENCE): temporary macro for
	MELTGLOB_CLASS_CONTAINER.
	(MELTFIELD_REFERENCED_VALUE): temporary macro for
	MELTFIELD_CONTAINER_VALUE.
	(MELTLENGTH_CLASS_REFERENCE): temporary macro for
	MELTLENGTH_CLASS_CONTAINER.
	(melt_container_value): macro, for renamed ...
	(melt_reference_value): New function.
	(meltgc_new_container): macro, for renamed ...
	(meltgc_new_reference): New function.
	(meltgc_container_put): macro, for renamed ...
	(meltgc_reference_put): New function.
	Add #warning about temporary renaming.

	* melt-runtime.c (meltgc_new_reference, meltgc_reference_put): New
	function, renaming ...
	(meltgc_new_container, meltgc_reference_put): Renamed functions..
	(meltgc_poll_inputs): Bette debugeprintf.

	* melt/warmelt-genobj.melt (compile2obj_initproc): Emit
	melt_reference_value not melt_container_value.

	* melt/warmelt-macro.melt: Use class_reference instead of
	class_container.
	* melt/warmelt-modes.melt: Ditto.
	* melt/warmelt-normal.melt: Ditto.
	* melt/warmelt-normatch.melt: Ditto.
	* melt/warmelt-outobj.melt: Ditto.
	* melt/xtramelt-ana-simple.melt: Ditto.
	* melt/xtramelt-opengpu.melt: Ditto.
	* melt/xtramelt-probe.melt: Ditto.


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-genobj.melt
    branches/melt-branch/gcc/melt/warmelt-macro.melt
    branches/melt-branch/gcc/melt/warmelt-modes.melt
    branches/melt-branch/gcc/melt/warmelt-normal.melt
    branches/melt-branch/gcc/melt/warmelt-normatch.melt
    branches/melt-branch/gcc/melt/warmelt-outobj.melt
    branches/melt-branch/gcc/melt/xtramelt-ana-simple.melt
    branches/melt-branch/gcc/melt/xtramelt-opengpu.melt
    branches/melt-branch/gcc/melt/xtramelt-probe.melt


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