mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-06 17:30:41 -08:00
Update list of things to be done
This commit is contained in:
parent
01cfc8dc8f
commit
be358b2fac
1 changed files with 18 additions and 0 deletions
|
|
@ -1,3 +1,21 @@
|
|||
GOODIES:
|
||||
========
|
||||
|
||||
* In local functions, remove unused arguments.
|
||||
|
||||
* It should be possible, in local functions that do not reference variables
|
||||
from the enclosing code, and do not call any other functions that do it,
|
||||
to remove the "lex*" arguments.
|
||||
|
||||
* Inline local functions which are only referenced once.
|
||||
|
||||
* Optimize out (multiple-value-call ... (values ...)).
|
||||
|
||||
KNOWN BUGS:
|
||||
===========
|
||||
|
||||
OLD: (Maybe out of date)
|
||||
========================
|
||||
|
||||
* error-set can be eliminated, as well as FRS_CATCHALL fr_class and
|
||||
Kcatchall keyword.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue