[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Running guile single-threaded?
From: |
Caleb Ristvedt |
Subject: |
Re: Running guile single-threaded? |
Date: |
Sun, 17 May 2020 11:58:40 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
> I don't this is possible without building guile using --without-threads
> argument to configure. Otherwise, the mutl-threaded gc is included.
Good to know, thanks. I'll have to figure out a way to use clone+exec
safely, then (calling process is multi-threaded), probably by writing an
extension in C.
- reepca