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
dont-split-doc.patch 0000000505 505 Bytes
sbcl-1.0.54-optflags.patch 0000001694 1.65 KB
sbcl-1.1.2-install.patch 0000000343 343 Bytes
sbcl-1.1.4-personality.patch 0000000909 909 Bytes
sbcl-1.1.8-source.tar.bz2 0004108784 3.92 MB
sbcl-disable-frlock-test.patch 0000000464 464 Bytes
sbcl.changes 0000030649 29.9 KB
sbcl.spec 0000004778 4.67 KB
sbclrc.sample 0000001322 1.29 KB
Revision 10 (latest revision is 104)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 177778 from Togan Muftuoglu's avatar Togan Muftuoglu (toganm) (revision 10)
- Update to version 1.1.8
  * Notice:
    + The implementation of MAP-ALLOCATED-OBJECTS (the heart of
      ROOM, plus a few SB-INTROSPECT functions) has been completely
      rewritten; it may now exhibit different bugs than before.
  * New feature:
    + minimal runtime/compiler intrastructure support
      for SSE SIMD values, as SB-EXT:SIMD-PACK. Enabled on x86-64
      via the  build-time
     + sb-simd-pack. This should enable intrinsics extensions
       as libraries, without patching SBCL itself. 
  * Enhancement:
    + RUN-PROGRAM supports a :DIRECTORY argument to set
      the working directory of the spawned process.
      (lp#791800) (patch by Matthias Benkard)
    + boxed vectors (vectors of T or of FIXNUM) can now
      be stack-allocated on PPC.
    + "fixed objects" can now be stack-allocated on PPC.
    + WITH-PINNED-OBJECTS no longer conses on PPC/GENCGC.
    + (sb-introspect:find-definition-sources-by-name x :vop) now
      also returns VOPs which do not translate any functions, and
      finds  defoptimizer types ir2convert and stack-allocate-result.
    + better type derivation for APPEND, NCONC, LIST.  (lp#538957)
    + MAP-ALLOCATED-OBJECTS (the heart of ROOM) now walks the heap
      in a manner similar to the GC rather than its previous ad-hoc
      scheme, and is therefore no less and possibly more accurate.
    + fixes and enhancements related to Unicode:
      - the character database information has been updated to
        Unicode 6.2;
      - support for canonical and compatibility decomposition of (forwarded request 177777 from toganm)
Comments 0
openSUSE Build Service is sponsored by