Hi Graham. Wed, 20 Aug 2008 16:15:31 -0400, graham.fawcett wrote: > I have some Chicken 2.x and 3.x Web applications in production on a > 32-bit Intel Linux server. We may be upgrading to a new 64-bit Intel > machine, and I'm wondering what kind of Chicken-specific road-bumps I > might encounter when I try to migrate the apps.
You should consider compiling it in 32bit mode: depending on your application, this might save RAM (and hence gc-time/runtime) when you run your chicken-compiled programs. (For gcc, you will need extra options like -m32 -Wa,-32) Ciao Sven
pgpfaAph0ozQh.pgp
Description: PGP signature
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
