chicken-hackers
[Top][All Lists]
Advanced

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

Re: [PATCH] Pick rest argument values directly from the argvector withou


From: Peter Bex
Subject: Re: [PATCH] Pick rest argument values directly from the argvector without consing
Date: Sun, 27 Oct 2019 17:24:36 +0100
User-agent: Mutt/1.10.1 (2018-07-13)

On Sun, Oct 27, 2019 at 04:22:58PM +0100, Jörg F. Wittenberger wrote:
> Likely. Though I've seen graphics code, which had a huge amount of keyword
> args. Will this change speed them up too?

No, keyword arguments are basically handled as plists.  It might be
possible to translate this to some sort of scanning of the argvector.
Keyword args and case-lambda are probably the next things to attack after
this change has been applied.

Cheers,
Peter

Attachment: signature.asc
Description: PGP signature


reply via email to

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