I merged the closure rework branch, which changes the compiled code ABI. This means that to build master, you need to _cross-compile_ from 10.1.9 or newer by passing --enable-cross-compiling to the configure script, even if you're building from amd64 to amd64:
./Setup.sh ./configure --enable-cross-compiling make make check Please let me know if anything goes horribly awry, or if there are horrible performance regressions on any workloads you have. Generally I expect performance improvements across essentially all workloads -- e.g., the automatic tests take about 80% of the time they did before, and some microbenchmarks take 20% of the time they did before. (You can also use this to cross-compile to other architectures by passing --enable-native-code=i386, --enable-native-code=svm1-32be, &c., in addition to --enable-cross-compiling -- and soon, perhaps, --enable-native-code=aarch64le. Some day it would be nice if this used the standard GNU --build/--host/--target business instead of our hokey versions, but that day is not today.) _______________________________________________ MIT-Scheme-devel mailing list MIT-Scheme-devel@gnu.org https://lists.gnu.org/mailman/listinfo/mit-scheme-devel