Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/general-info/release-21e.md
    ... ... @@ -19,8 +19,6 @@ public domain.
    19 19
     
    
    20 20
     ## New in this release:
    
    21 21
       * Known issues:
    
    22
    -    * Building with gcc8 or later doesn't work with the default -O option. Use -O1 instead.  This shouldn't really impact overall speed much.
    
    23
    -    * Added simple support to compile with clang instead, which works. (Use x86_linux_clang).
    
    24 22
       * Feature enhancements
    
    25 23
       * Changes
    
    26 24
         * Update to ASDF 3.3.4
    
    ... ... @@ -35,6 +33,12 @@ public domain.
    35 33
         * ~~#80~~ Use ASDF to load contribs.  cmu-contribs still exists but does nothing.  The contrib names are the same, except it's best to use a keyword instead of a string.  So, `:contrib-demos` instead of `"contrib-demos"`.
    
    36 34
         * ~~#81~~ Added contribs from Eric Marsden
    
    37 35
         * ~~#82~~ Replace bc with expr in GNUMakefile
    
    36
    +    * ~~#86~~ Building with gcc 8 and later works when using -O2 optimization
    
    37
    +    * ~~#90~~ Some static symbols have been removed.  This probably makes the fasl files incompatible with older versions.
    
    38
    +    * ~~#91~~ Loop destructuring no longer incorrectly signals an error
    
    39
    +    * ~~#95~~ Disassembler syntax of x86 je and movzx is incorrect
    
    40
    +    * ~~#98~~ fstpd is not an Intel instruction; disassemble as `fstp dword ptr [addr]`
    
    41
    +    * ~~#100~~ ldb prints out unicode base-chars correctly instead of just the low 8 bits.
    
    38 42
       * Other changes:
    
    39 43
       * Improvements to the PCL implementation of CLOS:
    
    40 44
       * Changes to building procedure: