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]

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


Author: bstarynk
Date: Wed Jul  3 14:27:30 2013
New Revision: 200642

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

2013-07-03  Basile Starynkevitch  <basile@starynkevitch.net>

	* melt-runtime.h (Melt_CallProtoFrame::_top_call_frame_): Replaced
	by global melt_top_call_frame.
	(Melt_CallFrameWithValues): Ensure mcfr_varptr has at least one
	cell, even for empty frames. Add debuggc messages.
	(melt_curframdepth): Use melt_top_call_frame.
	* melt-runtime.c (melt_top_call_frame): Declare.
	(melt_marking_callback, melt_minor_copying_garbage_collector)
	(melt_dbgbacktrace, melt_dbgshortbacktrace): Use it.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-runtime.c
    branches/melt-branch/gcc/melt-runtime.h


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