1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* etc/TODO (Native compiler improvements): Add entry.

This commit is contained in:
Andrea Corallo 2024-07-09 11:03:04 +02:00
parent a952ca5461
commit e53f0f4869

View File

@ -926,6 +926,12 @@ restore the redirection through funcall.
*** Features to be improved or missing
**** Make use of function type declaration
The native compiler should make use of function type declarations (when
available) to propagate parameter types inside the function for better
value/type predictions.
**** Fix portable dumping so that you can redump without using -batch
***** Redumps and native compiler "preloaded" sub-folder.