Skip to content

Commit 5c55500

Browse files
committed
Get parallel sweeping working on 32-bit
1 parent 1f82dc5 commit 5c55500

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

configure.ac

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4298,12 +4298,9 @@ AC_ARG_ENABLE(debug-env,
42984298

42994299
AC_ARG_ENABLE(parallel-sweep,
43004300
AS_HELP_STRING([--enable-parallel-sweep],
4301-
[enable background sweep thread in the default GC (requires 64-bit pthread target, [[disabled by default]])]),
4301+
[enable background sweep thread in the default GC (requires pthread target, [[disabled by default]])]),
43024302
[parallel_sweep=$enableval], [parallel_sweep=no])
43034303
AS_IF([test "x$parallel_sweep" = xyes], [
4304-
AS_IF([test "$ac_cv_sizeof_voidp" -lt 8], [
4305-
AC_MSG_ERROR([--enable-parallel-sweep requires a 64-bit target (sizeof(void*) >= 8)])
4306-
])
43074304
AS_IF([test "x$THREAD_MODEL" != xpthread], [
43084305
AC_MSG_ERROR([--enable-parallel-sweep requires the pthread thread model (got: $THREAD_MODEL)])
43094306
])

0 commit comments

Comments
 (0)