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

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

bug#41242: Port feature/native-comp to Windows - Reduce the number of fi


From: Nicolas Bértolo
Subject: bug#41242: Port feature/native-comp to Windows - Reduce the number of files probed when finding a lisp file.
Date: Tue, 9 Jun 2020 11:14:55 -0300

Hi,

I have attached a bugfix for the issue that causes crashes when closing Emacs.

Ideally I would figure out why iterating over  a weak hash-table does not skip
elements that were already GC'd, but I could not do it. I feel fixing
this bug is
very important, so I used a C array to keep the list of native
compilation units.

Attachment: 0001-Use-a-C-array-to-keep-the-list-of-live-native-compil.patch
Description: Binary data


reply via email to

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