Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!oliveb!sun!gorodish!guy From: guy@gorodish.UUCP Newsgroups: comp.lang.c Subject: Re: Optimizing Floating-Point Expression Evaluation Message-ID: <18254@sun.uucp> Date: Thu, 7-May-87 02:15:07 EDT Article-I.D.: sun.18254 Posted: Thu May 7 02:15:07 1987 Date-Received: Fri, 8-May-87 05:36:49 EDT References: <7262@brl-adm.ARPA> Sender: news@sun.uucp Lines: 8 > A better solution, which I saw in a magazine once upon a time, is a for > mechanism using "inline" functions. ... I haven't followed the X3J11 > committee very closely, so I don't know if this was even considered. I doubt it was. This feature is present in C++, which is probably what the article was referring to (or, at least, alluding to). I suspect that if it came up at all, it was considered a Nice Idea, but not mature enough for standardization.