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

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

bug#69952: [PATCH] Support pdumping compiled queries by dumping their so


From: Sergey Vinokurov
Subject: bug#69952: [PATCH] Support pdumping compiled queries by dumping their source
Date: Sat, 23 Mar 2024 03:27:18 +0000
User-agent: Mozilla Thunderbird

Hello,

This patch aims to allow more things to be dumped. In particular, compiled treesitter queries can be easily dumped by storing their source so that they will be recompiled on load.

I noticed that in my config compiled quires are created somewhere which prevents me dumping with standard Emacs build. But with this patch I can dump successfully and not bother finding out who produced the queries.

It seems like there should be no drawbacks in allowing more things to be dumped, please correct me if I'm wrong.

Regards,
Sergey

Attachment: pdump.patch
Description: Text Data


reply via email to

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