summaryrefslogtreecommitdiff
tag namesbcl_0_9_13 (9c23507bbaaebae5768bef3243a69396cab0914a)
tag date2006-05-27 20:46:40 +0300
tagged byWilliam Harold Newman <william.newman@airmail.net>
tagged objectcommit fcd2906134...
changes in sbcl-0.9.13 relative to sbcl-0.9.12:
* new feature: source path information is generated for macro-expansion errors for use in IDE's like Slime (thanks to Helmut Eller) * bug fix: calls to the compiler no longer modify *RANDOM-STATE* * bug fix: compiler does not loop forever on an invalid type in TYPEP. * improvement: compilation of most CLOS applications is significantly faster * optimization: added a limited bytecode compiler for simple toplevel forms, speeding up compilation and FASL loading * bug fix: the statistical profiler now properly distinguishes anonymous functions