Skip to content

Commit 577bba7

Browse files
committed
update comment
1 parent 1c4a55d commit 577bba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/obmalloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ PyObject_Free(void *ptr)
14551455
}
14561456

14571457

1458-
/* If we're using GCC, use __builtin_expect() to reduce overhead of
1458+
/* Use __builtin_expect() where available to reduce overhead of
14591459
the valgrind checks */
14601460
#if (defined(__clang__) || (defined(__GNUC__) && (__GNUC__ > 2))) && defined(__OPTIMIZE__)
14611461
# define UNLIKELY(value) __builtin_expect((value), 0)

0 commit comments

Comments
 (0)