[cmucl-imp] Snapshot 2016-06
The 2016-06 snapshot has been tagged and binaries will be uploaded soon. Major changes: o Ancient bug in COERCE fixed where coercing a double-float to a float would produce a single-float result instead of returning the original number (since it's already of type float). o The binding stack and control stack are now mapped into memory wherever this is space instead of being mapped at fixed locations. -- Ray
"Raymond" == Raymond Toy <toy.raymond@gmail.com> writes:
Raymond> The 2016-06 snapshot has been tagged and binaries will be uploaded Raymond> soon. Raymond> Major changes: Raymond> o Ancient bug in COERCE fixed where coercing a double-float to a float Raymond> would produce a single-float result instead of returning the Raymond> original number (since it's already of type float). Raymond> o The binding stack and control stack are now mapped into memory Raymond> wherever this is space instead of being mapped at fixed locations. Oh, this is only enabled by default on OSX, x86/linux, and sparc/solaris. Other platforms still use the fixed addresses for these. -- Ray
participants (1)
-
Raymond Toy