[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] types.db incorrect
From: |
Felix |
Subject: |
Re: [Chicken-users] types.db incorrect |
Date: |
Tue, 06 Sep 2011 08:36:51 +0200 (CEST) |
Thanks agauin, Joerg. I pushed this change as well.
> If not, how would I turn the consequence - which is wrong code at this
> time - into a warning?
You can check the results of specialization with "-debug P" (which dumps
the program after specialization has taken place). "-debug x" shows the
specializations done. You can switch off specialization by just compiling
with "-O2". That way you can check whether "-specialize" (enabled by
-O3 and higher) results in incorrect code.
cheers
felix
- [Chicken-users] tcp-*-timeout in types.db incorrect?, Jörg F . Wittenberger, 2011/09/05
- Re: [Chicken-users] types.db incorrect,
Felix <=
- Re: [Chicken-users] types.db incorrect, Jörg F . Wittenberger, 2011/09/08
- Re: [Chicken-users] types.db incorrect, Felix, 2011/09/08
- Re: [Chicken-users] types.db incorrect, Jörg F . Wittenberger, 2011/09/10
- Re: [Chicken-users] types.db incorrect, Felix, 2011/09/10
- [Chicken-users] superflous definition in library.scm?, Jörg F . Wittenberger, 2011/09/12
- [Chicken-users] environment egg - any replacement?, Jörg F . Wittenberger, 2011/09/12
- Re: [Chicken-users] environment egg - any replacement?, Felix, 2011/09/12
- Re: [Chicken-users] environment egg - any replacement?, Jörg F . Wittenberger, 2011/09/13