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

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

bug#65491: [PATCH] Improve performance allocating vectors


From: Mattias Engdegård
Subject: bug#65491: [PATCH] Improve performance allocating vectors
Date: Tue, 19 Sep 2023 15:28:41 +0200

> The conversion at the other end, TAG_PTR, suffers from the same potential 
> problem but in reverse, which is perhaps less obvious to the casual C 
> programmer but nevertheless a danger of the same kind, so we'd better do 
> something about it as well. I'll be back with a proposed patch.

Here it is. Very straightforward: just flip a cast and remove unused 
definitions.

Attachment: 0001-Don-t-use-pointer-arithmetic-for-pointer-tagging-bug.patch
Description: Binary data




reply via email to

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