From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e0f2fe82e9e27068,start X-Google-Attributes: gid103376,public From: Ken Garlington Subject: FYI: Embedded C++ Date: 1996/10/29 Message-ID: <32765605.5993@lmtas.lmco.com>#1/1 X-Deja-AN: 193051501 content-type: text/plain; charset=us-ascii organization: Lockheed Martin Tactical Aircraft Systems mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.02 (Macintosh; I; 68K) Date: 1996-10-29T00:00:00+00:00 List-Id: In the November 1996 Embedded Systems Programming magazine, P. J. Plauger states that a committee primarily composed of Japanese companies (NEC, Toshiba, etc.) is working on the development of a language called Embedded C++ to "address the needs of developers who wish to produce embedded systems in C++.... The easiest way to describe Embedded C++ as a language is in terms of what it doesn't have. The committee began with the draft C++ Standard and removed certain features. A feature was a candidate for removal for any of several reasons: "* Exceptions were omitted because of the added runtime overheads in calling functions, in some cases even when code makes no direct use of exceptions "* Multiple inheritance and virtual base classes were omitted because they too add overheads even for code that makes no direct use of these features "* Templates were omitted because of the potential for code explosion "* Namespaces were omitted because their added complexity does not appear to have an adequate payoff in embedded applications "* Runtime type identification was omitted for much the same reason that namespaces were" Just thought people might be interested. (Did anyone else experience deja vu while reading this?) -- LMTAS - "Our Brand Means Quality" For more info, see http://www.lmtas.com or http://www.lmco.com