chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] [PATCH] Drop some unnecessary code in ##sys#register-c


From: Peter Bex
Subject: [Chicken-hackers] [PATCH] Drop some unnecessary code in ##sys#register-compiled-module
Date: Thu, 26 Apr 2018 13:32:04 +0200
User-agent: NeoMutt/20170113 (1.7.2)

Hi all,

Attached is a small patch to remove some unnecessary code.
As you can see in the comments at the top of modules.scm where
the "module" record type is defined, iexports will always be an
alist mapping symbols to symbols, so there is no need to map
over it to remove any macro transformers.

This simplifies the code a little bit, but it shouldn't considerably
improve performance of merge-se (that's for a later patch... hopefully).

Cheers,
Peter

Attachment: 0001-Do-not-walk-iexps-in-sys-register-compiled-module.patch
Description: Text Data

Attachment: signature.asc
Description: PGP signature


reply via email to

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