Skip to content
Snippets Groups Projects
  1. Jan 03, 2021
    • Raymond Toy's avatar
      Address #89: Really remove *scavenge-read-only-space* · cf7c8acc
      Raymond Toy authored
      The previous changes didn't actually completely remove
      `*scavenge-read-only-space*`.  We removed it from the static space,
      but it's also defined in `code/x86-vm.lisp` so we need to remove it
      from there as well.
      
      And we forgot to commit the boot file, so we're doing that now.
      cf7c8acc
    • Raymond Toy's avatar
      Merge branch 'issue-89-remove-scavenging-of-read-only' into 'master' · b334db9f
      Raymond Toy authored
      Remove scavenging of read-only space.
      
      See merge request cmucl/cmucl!58
      b334db9f
    • Raymond Toy's avatar
      Remove scavenging of read-only space. · 6af2ad8b
      Raymond Toy authored
      `*SCAVENGE-READ-ONLY-SPACE*` is always set to `NIL`, and it's highly
      unlikely any one ever sets it. I (rtoy) haven't done that in decades
      at least.
      
      So, remove this static symbol, and remove the C code that tests for
      this to determine if the read-only space should be scavenged.
      
      This requires a very simple cross-compile to remove the symbol.  See
      boot-2020-04-1.lisp for very simple instructions.  We currently on do
      this for x86 since we can't test on sparc right now.
      
      Update CI to do a cross-compile.
      
      Addresses #89
      6af2ad8b
  2. Jan 02, 2021
  3. Dec 24, 2020
  4. Sep 05, 2020
  5. Aug 30, 2020
  6. Aug 29, 2020
  7. Aug 28, 2020
  8. Aug 27, 2020
  9. Aug 26, 2020
  10. Mar 28, 2020
  11. Mar 25, 2020
  12. Mar 22, 2020
  13. Mar 17, 2020
  14. Mar 08, 2020
    • Raymond Toy's avatar
      Merge branch 'rtoy-add-emarsden-contribs' into 'master' · d5853cfb
      Raymond Toy authored
      Fix #81: Add contribs written by Eric Marsden
      
      Closes #81, #80, and #79
      
      See merge request cmucl/cmucl!48
      d5853cfb
    • Raymond Toy's avatar
      Add utilities by Eric Marsden to contribs · 84fd9509
      Raymond Toy authored
      Eric Marsden wrote some useful utilities long ago.  Let's add them to
      the contrib directory so that we have our own copy of them instead of
      depending on emarsden.chez.com/downloads.
      
      We're adding:
      * cpc - CPU Performance Counters for Solaris
      * ssl-cmucl - interface to SSL streams
      * tcp-forwarder - TCP forwarder to redirect TCP connections to another
        port on another machine
      * xml-rpc - Port of Chris Double's xml-rpc client to Cmucl
      84fd9509
  15. Feb 18, 2020
Loading