aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog.MELT
diff options
context:
space:
mode:
authorBasile Starynkevitch <basile@starynkevitch.net>2016-05-10 05:25:22 +0000
committerBasile Starynkevitch <basile@starynkevitch.net>2016-05-10 05:25:22 +0000
commit6b7cc4abd702339493e270a4109371b4c1c05623 (patch)
tree1dd31882f64964c17c973946bc1f0b0e3e1d8845 /gcc/ChangeLog.MELT
parent0bd5f2d36511c4e83fec30611bad9dd45783d948 (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/melt-branch@236058 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog.MELT')
-rw-r--r--gcc/ChangeLog.MELT17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT
index 9c60e8b0dc9..0c61e22385d 100644
--- a/gcc/ChangeLog.MELT
+++ b/gcc/ChangeLog.MELT
@@ -1,4 +1,21 @@
+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.
+
2016-05-09 Basile Starynkevitch <basile@starynkevitch.net>
{{still unstable}}