r236058 - in /branches/melt-branch/gcc: ChangeL...
bstarynk@gcc.gnu.org
bstarynk@gcc.gnu.org
Tue May 10 05:25:00 GMT 2016
Author: bstarynk
Date: Tue May 10 05:25:22 2016
New Revision: 236058
URL: https://gcc.gnu.org/viewcvs?rev=236058&root=gcc&view=rev
Log:
2016-05-10 Basile Starynkevitch <basile@starynkevitch.net>
* melt-runtime.cc (melt_allocate_young_gc_zone): Correct order of
arguments to xcalloc. Test MELT_HAVE_RUNTIME_DEBUG.
(melt_free_young_gc_zone): Use #if MELT_HAVE_RUNTIME_DEBUG.
(meltgc_make_special): Ditto.
(meltgc_make_specialdata): Ditto.
(melt_delete_unmarked_new_specialdata): Ditto.
(melt_clear_old_specialdata): Ditto.
(melt_garbcoll): Ditto.
(meltgc_new_raw_object): Ditto.
(melt_application_count, melt_application_depth): Always defined.
(melt_apply): Runtime test on MELT_HAVE_RUNTIME_DEBUG or
melt_flag_debug.
(melt_compile_source): Use #if MELT_HAVE_RUNTIME_DEBUG.
(meltgc_run_cc_extension): Ditto.
Modified:
branches/melt-branch/gcc/ChangeLog.MELT
branches/melt-branch/gcc/melt-runtime.cc
More information about the Gcc-cvs
mailing list