[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
0001-Do-not-walk-iexps-in-sys-register-compiled-module.patch
Description: Text Data
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-hackers] [PATCH] Drop some unnecessary code in ##sys#register-compiled-module,
Peter Bex <=