summaryrefslogtreecommitdiff
path: root/gcj_mlc.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-01-29 19:48:59 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-01-30 09:42:22 +0300
commitd524dabb8883ee0bcdd8e0b938426246653012c8 (patch)
treec46fa25f2b32c553f461f7ef2e534d30afdb56fe /gcj_mlc.c
parent7017bd93d4cc2c6498850a2d54995bdd7c878430 (diff)
downloadbdwgc-d524dabb8883ee0bcdd8e0b938426246653012c8.tar.gz
Do not mention FASTLOCK in comment
(fix of commit 3c50a689c) * gcj_mlc.c [GC_GCJ_SUPPORT]: Remove FASTLOCK in comment. * include/private/gc_locks.h [PCR && !CPPCHECK] (DCL_LOCK_STATE): Do not define GC_fastLockRes variable.
Diffstat (limited to 'gcj_mlc.c')
-rw-r--r--gcj_mlc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcj_mlc.c b/gcj_mlc.c
index a332d33e..c09ffe34 100644
--- a/gcj_mlc.c
+++ b/gcj_mlc.c
@@ -32,9 +32,7 @@
* possibly with some tuning of the constants. But the immediate goal
* is to get better gcj performance.
*
- * We assume:
- * 1) Counting on explicit initialization of this interface is OK;
- * 2) FASTLOCK is not a significant win.
+ * We assume: counting on explicit initialization of this interface is OK.
*/
#include "gc/gc_gcj.h"