Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!uw-june!brian From: brian@uw-june.UUCP (Brian Bershad) Newsgroups: comp.lang.c++ Subject: when is an inline not an inline? Message-ID: <3715@uw-june.UUCP> Date: Tue, 1-Dec-87 14:04:57 EST Article-I.D.: uw-june.3715 Posted: Tue Dec 1 14:04:57 1987 Date-Received: Fri, 4-Dec-87 20:48:34 EST Reply-To: brian@uw-june.UUCP (Brian Bershad) Organization: U of Washington, Computer Science, Seattle Lines: 18 Under what circumstances will a function declared inline be emitted as a private static function for the file in which it is referenced without comment from the compiler? I have an application with a large number of inline functions. When I coordinated all of the inlines into a single file, many of them stopped being inline. The functions themselves are "inlineable", since they were inlined properly before being coalesced. -- brian@june.cs.washington.edu Brian Bershad {ihnp4,decvax,ucbvax}!uw-beaver!uw-june!brian Dept. of Computer Science, FR-35 University of Washington Seattle, WA 98195