[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Re: Memory limits
From: |
F. Wittenberger |
Subject: |
Re: [Chicken-users] Re: Memory limits |
Date: |
Fri, 27 Nov 2009 09:48:49 +0100 |
Am Donnerstag, den 26.11.2009, 18:01 +0100 schrieb Sven Hartrumpf:
> Thu, 26 Nov 2009 17:52:37 +0100, Joerg.Wittenberger wrote:
>
> > be careful about new gcc version!
>
> Yes, I can confirm this in some rare cases.
>
> > Does -optimize-level change Chickens optimization?
>
> I hope so :-)
I meant to say: "I believe it does. But you (probably) don't need that
to get around the issue."
> gcc 4.4.2, i386 (and similar problems on x86_64)
OK, that's the version, which started my problems. Until than I had
none. Though I did not yet try chicken on i386 with this gcc version.
For me: I can use (all?) of chicken's optimisations, but compile with
gcc -O2 only -- and everything works.
/Jörg