Steel Bank Common Lisp.

Edit Package sbcl
http://www.sbcl.org/

Steel Bank Common Lisp (SBCL) is a high performance Common Lisp
compiler. It is open source / free software, with a permissive license.
In addition to the compiler and runtime system for ANSI Common Lisp, it
provides an interactive environment including a debugger, a statistical
profiler, a code coverage tool, and many other extensions.

Refresh
Refresh
Source Files
Filename Size Changed
README.openSUSE 0000000368 368 Bytes
customize-target-features.lisp 0000000260 260 Bytes
disable-localport-bsd-sockets-test.patch 0000002935 2.87 KB
fix-tests.patch 0000000415 415 Bytes
sbcl-1.1.2-install.patch 0000000358 358 Bytes
sbcl-1.2.7-armel-linux-binary.tar.bz2 0009907991 9.45 MB
sbcl-1.2.7-powerpc-linux-binary.tar.bz2 0009884585 9.43 MB
sbcl-1.4.11-armhf-linux-binary.tar.bz2 0009767589 9.32 MB
sbcl-1.4.2-arm64-linux-binary.tar.bz2 0010578821 10.1 MB
sbcl-1.4.3-x86-linux-binary.tar.bz2 0010227185 9.75 MB
sbcl-1.4.7-x86-64-linux-binary.tar.bz2 0010380734 9.9 MB
sbcl-1.5.8-ppc64le-linux-binary.tar.bz2 0010025597 9.56 MB
sbcl-2.0.0-source.tar.bz2 0006457217 6.16 MB
sbcl.changes 0000105926 103 KB
sbcl.spec 0000006057 5.92 KB
sbclrc.sample 0000001322 1.29 KB
strip-arm-CFLAGS.patch 0000000482 482 Bytes
Revision 49 (latest revision is 103)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 760259 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 49)
- Update to version 2.0.0
  * minor incompatible change: heap relocation now works on Windows.  Since
    this feature now works on all platforms, it is enabled unconditionally and
    the :RELOCATABLE-HEAP symbol no longer appears on *FEATURES* in any
    builds.  (Thanks to Luís Borges de Oliveira)
  * enhancement: malformed type specifiers and occurrences of deprecated types
    in :TYPE initargs of DEFCLASS and DEFINE-CONDITION slot specifications
    are detected and result in compile-time errors and warnings respectively.
  * enhancement: parallel contrib building, controlled by SBCL_MAKE_JOBS=-jX
    the same as for the C runtime.
  * bug fix: add a walker template for WITH-SOURCE-FORM.
  * bug fix: start the summary of a compilation unit on a fresh line.  (Thanks
    to Zach Beane)
  * bug fix: on Windows, PARSE-NATIVE-NAMESTRING produces an absolute
    directory when parsing a bare drive name and :AS-DIRECTORY is specified.
    (Thanks to Luís Borges de Oliveira)
  * bug fix: on RISCV, the runtime is linked with libz if the core compression
    feature is requested.  (Thanks to Andreas Schwab)
  * bug fix: ADJOIN using an EQL test and a KEY function only transforms into
    an EQ test if the key function returns values for which EQ and EQL are
    guaranteed to be the same.
  * optimizations:
    ** the instruction sequence for multiple-value calls is more
       efficient on x86-64.
    ** the direction flag is now unused on x86 and x86-64 when handling
       an unknown number of return values.  (Thanks to Fanael Linithien)
    ** the x86-64 backend is better able to use memory operands for arithmetic
       operations.
    ** compilation of TYPECASE to a jump table is enabled when all the types
       being tested are frozen.
Comments 0
openSUSE Build Service is sponsored by