[cmucl-imp] Snapshot 2021-01
Snapshot 2021-01 has been tagged and binaries will be uploaded soon. What's changed since 2020-04: Fixed: * #86 Building with gcc 8 and later works when using -O2 optimization * #90 Some unused static symbols have been removed. This probably makes #the fasl files incompatible with older versions. * #91 Loop destructuring no longer incorrectly signals an error * #95 Disassembler syntax of x86 je and movzx is incorrect * #98 fstpd is not an Intel instruction; disassemble as `fstp dword ptr #[addr]` * #100 ldb prints out unicode base-chars correctly instead of just the #low 8 bits. Hope this is useful to you. If you're building this, you'll need to do a cross-compile. Look at .gitlab-ci.yml (using tag snapshot-2021-01) to see the commands necessary for the cross-compile and regular build.)
Raymond> Snapshot 2021-01 has been tagged and binaries will be Raymond> uploaded soon. Just found out the the linux builds have a serious error caused by a C compiler bug. (See https://gitlab.common-lisp.net/cmucl/cmucl/-/issues/101) This has been worked around by compiling the C code with gcc. If you downloaded the linux binaries, please download new ones. The herald text should say it was dumped on 2021-02-03 instead of 2021-01-30. Sorry about that!
participants (1)
-
Raymond Toy