[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 00/16] Speeding up DEFVAR_PER_BUFFER
From: |
Stefan Monnier |
Subject: |
Re: [PATCH v2 00/16] Speeding up DEFVAR_PER_BUFFER |
Date: |
Tue, 01 Dec 2020 10:56:53 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> I think that could open a can of worms, whereby fun things can happen
> if some Lisp removes the local bindings from one of these variables.
I doubt this would be a can of worms, but yes this may introduce
regressions. Based on my experiments, these should be very rare, so the
downside is pretty small and in the long run it's probably worthwhile.
This said, the upside is also pretty small, so you have to look fairly
far into the future before such a change becomes worthwhile.
Stefan