[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] assq-delete-all, rassq-delete-all: Avoid duplication of code
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH] assq-delete-all, rassq-delete-all: Avoid duplication of code |
Date: |
Mon, 28 Nov 2016 19:24:44 +0200 |
> From: Tino Calancha <address@hidden>
> Date: Mon, 28 Nov 2016 18:52:36 +0900
> Cc: address@hidden
>
> how about following patch?
> It prevent some duplication of code in subr.el, and it adds
> a new test.
What about the overhead of a function call? These functions are
likely to be invoked in loops.
Should we make the common part a defsubst?