summaryrefslogtreecommitdiff
path: root/gcj_mlc.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-08-31 23:22:15 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-08-31 23:22:15 +0300
commitc50de12ab045b57953e152545836c23f76e7bc24 (patch)
tree08d92d894791fa6818a323f876834a37a303a7bf /gcj_mlc.c
parentdbe3f337616faaaed26bd6ba9f9fcad190b200f2 (diff)
downloadbdwgc-c50de12ab045b57953e152545836c23f76e7bc24.tar.gz
Replace some FIXME items with TODO ones
(code refactoring) * alloc.c (GC_maybe_gc, GC_collect_a_little_inner, GC_finish_collection): Replace FIXME item with TODO one. * gcj_mlc.c (maybe_finalize): Likewise. * include/gc.h [!GC_DEBUG || !__GNUC__] (GC_PTR_ADD): Likewise. * include/private/gcconfig.h [X86_64 && LINUX && __GLIBC__ && !__UCLIBC__] (GETCONTEXT_FPU_EXCMASK_BUG): Likewise. * mach_dep.c (GC_with_callee_saves_pushed): Likewise. * mark_rts.c (GC_push_current_stack): Likewise. * misc.c [MSWIN32 || MSWINCE] (WRITE): Likewise. * os_dep.c [ECOS] (ecos_gc_memory): Likewise. * os_dep.c (GC_get_stack_base, GC_page_was_ever_dirty): Likewise. * reclaim.c (GC_reclaim_clear): Likewise. * include/private/gcconfig.h [OPENBSD && m68k]: Remove FIXME item.
Diffstat (limited to 'gcj_mlc.c')
-rw-r--r--gcj_mlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcj_mlc.c b/gcj_mlc.c
index 4f7355cf..6829abdf 100644
--- a/gcj_mlc.c
+++ b/gcj_mlc.c
@@ -136,7 +136,7 @@ GC_API void GC_CALL GC_init_gcj_malloc(int mp_index,
/* rarely executed point at which it is safe to release the lock. */
/* We do this even where we could just call GC_INVOKE_FINALIZERS, */
/* since it's probably cheaper and certainly more uniform. */
-/* FIXME - Consider doing the same elsewhere? */
+/* TODO: Consider doing the same elsewhere? */
static void maybe_finalize(void)
{
static word last_finalized_no = 0;