summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-05-15 23:13:36 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-05-15 23:14:07 -0700
commit82332c7d8b17b610a347f7c804219c7fcb702d23 (patch)
treed7abbb48b3487e6daf014e4f7c848a5fc8d5fff3 /gc.c
parent18e43e823106f15c8aaceb1f56874bdf67bc36a3 (diff)
Rename mjit_gc_finish_hook to mjit_gc_exit_hook
because @ko1 said "gc_finish" is confusing like a finish of entire GC process
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 32e6c3da86..afa194b80c 100644
--- a/gc.c
+++ b/gc.c
@@ -7140,7 +7140,7 @@ gc_exit(rb_objspace_t *objspace, const char *event)
gc_report(1, objspace, "gc_exit: %s [%s]\n", event, gc_current_status(objspace));
during_gc = FALSE;
- mjit_gc_finish_hook();
+ mjit_gc_exit_hook();
}
static void *