[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Improve startup time of csi by avoiding some m
From: |
Peter Bex |
Subject: |
[Chicken-hackers] [PATCH] Improve startup time of csi by avoiding some merge-se calls |
Date: |
Fri, 27 Apr 2018 13:20:36 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
Hi all,
The first patch is just a similar change to 097053f, which was
incomplete: iexprs never contains any syntax, so we don't need to
patch up any syntax environments in it.
The second patch will speed up the startup time of csi a little
by avoiding unneccessary work in register-compiled-module: when a module
does not export any macros, we do not need to create a fresh syntax
environment because there is nothing to patch up.
Cheers,
Peter
0001-Do-not-patch-up-iexpressions-with-syntax-environment.patch
Description: Text Data
0002-Speed-up-compiled-module-registration-by-avoid-unnec.patch
Description: Text Data
signature.asc
Description: PGP signature
- [Chicken-hackers] [PATCH] Improve startup time of csi by avoiding some merge-se calls,
Peter Bex <=