[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix for #1689 (argc check with -O0)
From: |
felix . winkelmann |
Subject: |
Re: [PATCH] fix for #1689 (argc check with -O0) |
Date: |
Tue, 07 Apr 2020 14:50:01 +0200 |
> On Tue, Apr 07, 2020 at 12:48:12PM +0200, address@hidden wrote:
> > Attached is a patch to address #1689 by moving the argc check for a known
> > procedure call into the analysis phase (on first analysis) so that even
> > with -O0
> > this check is done, as runtime-checks are disabled for such calls in
> > general.
> >
> > felix
> > ATTACH
> > /home/felix/chicken/chicken-core/../0001-Check-known-call-argument-count-in-analysis-phase.patch
>
> Hi Felix,
>
> Looks like something went wrong with the attachment (it's not in the
> mail).
Ugh. Sorry.
0001-Check-known-call-argument-count-in-analysis-phase.patch
Description: Text document
- [PATCH] fix for #1689 (argc check with -O0), felix . winkelmann, 2020/04/07
- Re: [PATCH] fix for #1689 (argc check with -O0), Peter Bex, 2020/04/07
- Re: [PATCH] fix for #1689 (argc check with -O0),
felix . winkelmann <=
- Re: [PATCH] fix for #1689 (argc check with -O0), Peter Bex, 2020/04/12
- Re: [PATCH] fix for #1689 (argc check with -O0), Peter Bex, 2020/04/13
- Re: [PATCH] fix for #1689 (argc check with -O0), felix . winkelmann, 2020/04/13
- Re: [PATCH] fix for #1689 (argc check with -O0), felix . winkelmann, 2020/04/19