Forked from
cmucl / cmucl
Source project has a limited visibility.
-
rtoy authored
Config.linux_gencgc. This only appears to be an issue on Linux. FreeBSD and Darwin are ok. And it depends on the compiler. gcc 4.2.1 produces bad results, but gcc 3.4.6 is ok. Could be an aliasing issue. So use -O1 everywhere. -ffloat-store doesn't appear to matter so remove that too.
rtoy authoredConfig.linux_gencgc. This only appears to be an issue on Linux. FreeBSD and Darwin are ok. And it depends on the compiler. gcc 4.2.1 produces bad results, but gcc 3.4.6 is ok. Could be an aliasing issue. So use -O1 everywhere. -ffloat-store doesn't appear to matter so remove that too.