l...@gnu.org (Ludovic Courtès) writes: > commit b9619bff4ddff267149e7e869ef3c2bcb9c4f4b4 > Author: Ludovic Courtès <l...@gnu.org> > Date: Fri Oct 2 15:28:29 2009 +0200 > > Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of > libguile.
[...] > Given the second commit, changing the TLS access model for libguile > doesn’t change the ABI. AFAICS it also means that the ABI is the same for --with-threads and --without-threads builds, unlike in 1.8. Thanks, Ludo’.