mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-26 06:22:33 -08:00
Note the change by which *CMP-ENV* stores optimizations
This commit is contained in:
parent
fa57208c28
commit
e02ccb43bc
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ ECL 10.5.1:
|
|||
- ECL did not properly compute the alignment of foreign types in structures.
|
||||
This is now done using standard C constructs in a portable and robust way.
|
||||
|
||||
- Even if a function was compiled with a given set of optimizations, a call
|
||||
to PROCLAIM which appeared after the function could change the value of
|
||||
those optimizations and influence what the emitted C code looked like.
|
||||
|
||||
* Visible changes:
|
||||
|
||||
- "fasb" is now a valid FASL file type, accepted by ECL even in absence of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue