[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pcase-memoize: equal first branch, yet different
From: |
Ted Zlatanov |
Subject: |
Re: pcase-memoize: equal first branch, yet different |
Date: |
Tue, 05 Mar 2013 14:03:19 -0500 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
On Tue, 05 Mar 2013 10:41:16 -0500 Stefan Monnier <address@hidden> wrote:
>> As it becomes widely used, byte-compilation delays can also become
>> significant.
...
SM> In reality, now that we have eager macroexpansion, the performance
SM> problems should be very rare (i.e. only happen in those rare cases like
SM> the one you posted, where the pcase is inside a chunk of code that's
SM> created at run time) and we could probably get away without memoizing.
Cool, thanks for explaining.
Ted