bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56988: Add call-interactively to "never optimize" list for native co


From: Lynn Winebarger
Subject: bug#56988: Add call-interactively to "never optimize" list for native compilation
Date: Thu, 4 Aug 2022 21:37:13 -0400

Version 28.1:
Since dumping an Emacs with ~500 core libraries in addition to the 100+ from loadup (596 NCUs in the dump), I noticed huge numbers of async jobs compiling trampolines for call-interactively.  Adding call-interactively - and funcall-interactively for good measure - to the customization variable for functions to never optimize, as well as to the hard-coded list in advice--add-function, then recompiling and dumping resolved the issue.

Lynn


reply via email to

[Prev in Thread] Current Thread [Next in Thread]