- Up to 10% speedup when inlining calls to SIN/COS/... that have boxed types<div><br></div><div>- Implemented MOP dependents (add-dependent, map-dependents, etc)</div><div><br></div><div>- MAKE-INSTANCE caches the list of valid keywords for a class. The cache is kept in the class and it is updated whenever new methods for INITIALIZE-INSTANCE, SHARED-INITIALIZE or ALLOCATE-INSTANCE are defined. This results in a 50% time reduction in this function.</div>

<div><br></div><div>- MKSTEMP may produce a file name that has a file type. One has to remember this because it is explicitely mentioned by Posix. The compiler now handlers properly that case, ensuring that the temporary files _always_ have a file type -- you might want to have a look at the beginning of src/cmp/cmpmain.lsp if you use mkstemp in your programs.</div>

<div><br></div><div>- The DFFI is only activated when libffi is present.</div><div><br></div><div>- The serialization code is shipped with ECL but it is not used because it is not production ready.</div><div><br>-- <br>Instituto de Física Fundamental, CSIC<br>

c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://tream.dreamhosters.com">http://tream.dreamhosters.com</a><br>
</div>