From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik To: gcc@gcc.gnu.org Subject: gcc with no stack at all? Date: Thu, 30 Mar 2000 17:11:00 -0000 Message-id: <38E3FB43.A7389718@mandrakesoft.com> X-SW-Source: 2000-03/msg00831.html For low-level BIOS type code, some portions of early chipset init must run without a stack. Is it possible to write gcc-compilable C code which doesn't require a stack at all? I don't see any '-fno-stack' option in gcc.info*, but I was wondering if it could be done implicitly, for example '-fno-builtin' plus no local vars plus an all-register calling convention. Thanks for any insight. Jeff -- Jeff Garzik | Tact is the ability to tell a man Building 1024 | he has an open mind when he has a MandrakeSoft, Inc. | hole in his head. (-random fortune)