delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <3F83DF15.3060905@lapo.it> |
Date: | Wed, 08 Oct 2003 11:55:33 +0200 |
From: | Lapo Luchini <lapo AT lapo DOT it> |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030916 |
X-Accept-Language: | it, en, fr, es |
MIME-Version: | 1.0 |
To: | Alex Vinokur <alexvn AT connect DOT to>, Mailing List: CygWin <cygwin AT cygwin DOT com> |
Subject: | Re: Is a function actually inlined? |
References: | <bm0ks2$j8i$2 AT sea DOT gmane DOT org> |
In-Reply-To: | <bm0ks2$j8i$2@sea.gmane.org> |
X-Enigmail-Version: | 0.76.7.0 |
X-Enigmail-Supports: | pgp-inline, pgp-mime |
Alex Vinokur wrote: >====== 2. Compilation : BEGIN ====== > >$ g++ -save-temps t.cpp > >====== 2. Compilation : END ======== > > I think you must use smoe level of optimization to get inlines: from "man gcc": -fno-inline Don't pay attention to the inline keyword. Normally this option is used to keep the compiler from expanding any functions inline. Note that if you are not optimizing, no functions can be expanded inline. -finline-functions Integrate all simple functions into their callers. The compiler heuristically decides which functions are simple enough to be worth integrating in this way. If all calls to a given function are integrated, and the function is declared static, then the function is normally not output as assembler code in its own right. Enabled at level -O3. -- Lapo 'Raist' Luchini lapo AT lapo DOT it (PGP & X.509 keys available) http://www.lapo.it (ICQ UIN: 529796) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |