Snapshot 2013-09

Raymond Toy <[email protected]> Sat, 07 Sep 2013 13:31:31 -0700
Newsgroups gmane.lisp.cmucl.devel
Message-ID <[email protected]>
The Sep snapshot has been tagged and binaries will be uploaded soon.

The key changes are:

o DISASSEMBLE is now ANSI compliant; no other arguments are allowed.  Use
  DISAASSEM:DISASSEMBLE if you need more options.
o The disassembler now defaults to printing disassembly in base 16
  (without radix marker) and in lower case.  If you want other
  options, use DISASSEM:DISASSEMBLE.
o New keyword args for DISASSME:DISASSEMBLE: base, case, radix to
  specify the base, print case, and radix.  The defaults are 16,
  :downcase, and NIL, respectively.
o Some optimizations in the x86 backend to speed up some operations
  and reduce register restrictions.

Ray

_______________________________________________
cmucl-imp mailing list
[email protected]
http://lists.zs64.net/mailman/listinfo/cmucl-imp