[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH 0/5] List scrutiny special cases
From: |
Felix Winkelmann |
Subject: |
Re: [Chicken-hackers] [PATCH 0/5] List scrutiny special cases |
Date: |
Tue, 09 Sep 2014 12:12:17 +0200 (CEST) |
From: Evan Hanson <address@hidden>
Subject: [Chicken-hackers] [PATCH 0/5] List scrutiny special cases
Date: Tue, 9 Sep 2014 02:57:17 -0700
> Hi hackers,
>
> Here are some list-related scrutiny improvements. I started with pair
> walking for the scrutinizer's special cases to fix #759 (patch #2),
> which made adding special cases for drop & tail easy (#3). The other
> special cases (#4, #5) are basically just improving result type accuracy
> for make-list, make-vector and reverse, where possible.
Wow, cool. I have to try these patches out. But note that hardcoding
special cases for SRFI-1 procedures is moot, since these will be
thrown of the core system, sooner or later (or in other words: there
will be only internally used variants, possibly with less error
checking).
felix