This is the mail archive of the c++-embedded@sourceware.cygnus.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

some topics for discussion


Hi!  I've been meaning to send this msg, to try to get conversation going on
some of the items that prompted the creation of this list.

It'd be really interesting to hear people's thoughts on:

  * what are the primary reasons that many embedded developers tend not to use 
    C++ for their applications or other programs?

  * which particular language features are commonly problematic for an
    embedded system?  e.g., the implementation of templates in some compilers
    can make code size difficult to accept, particularly for a system with a
    limited memory footprint.

  * if there are ways that exception handling can be used without too much
    runtime cost?

  * which tasks or bodies of code are very, very commonly implemented often
    for an embedded application, that might prove suitable to be part of a
    common C++ library to do the same?  (With abstraction as necessary.)

  * if there are optimizations that could be applied (but aren't yet, or are
    only in a limited sense) to compensate for the needs of an RTOS or
    similar environment?

B

--
Brendan Kehoe                                               brendan@cygnus.com
Cygnus Solutions, Sunnyvale, CA                                +1 408 542 9600

Web page: http://www.zen.org/~brendan/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]