Date: Mon, 17 Apr 2000 16:34:40 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Alexei A. Frounze" cc: djgpp AT delorie DOT com Subject: Re: inefficiency of GCC output code & -O problem In-Reply-To: <38FAF400.1B7FE2E6@mtu-net.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 17 Apr 2000, Alexei A. Frounze wrote: > Also Watcom C/C++ has one very feature. It can generate code for register and > stack based calling conventions. I.e. parameters may be passed either via stack > or via registers. It also helps greatly. GCC has such a feature as well. Read the on-line GCC manual about the "-mregparm" switch, for details.