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:
parent
cc2ad5c2d1
commit
f985bab71b
6
etc/TODO
6
etc/TODO
@ -926,6 +926,12 @@ in the same CU don't have to go through funcall. If one of these
|
||||
functions is redefined, a trampoline is compiled and installed to
|
||||
restore the redirection through funcall.
|
||||
|
||||
**** Better runtime function inlining
|
||||
|
||||
Several functions could be open-coded in generated code once exposed to
|
||||
libgccjit. Two simple first candidates are probably 'maybe_quit' and
|
||||
'maybe_gc'.
|
||||
|
||||
*** Features to be improved or missing
|
||||
|
||||
**** Make use of function type declaration
|
||||
|
Loading…
Reference in New Issue
Block a user