Re: [PATCH] Don't perform dereferencing when looking up certain special parameters

Philippe Altherr <[email protected]> Mon, 22 Jun 2026 22:59:14 +0200
Newsgroups gmane.comp.shells.zsh.devel
Message-ID <CAGdYcht70amLQrQsz2g8PB7boshmW4BSzTq_UMoYWLm7iGQeHw@mail.gmail.com>
>
> A side-effect of switching from paramtab->getnode() to
> realparamtab->getnode2() is that the call to loadparamnode() is
> bypassed.


Yep, I'm well aware of that. Afaict, the lack of loadparamnode() shouldn't
matter in any of these cases.

Philippe