This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++ ecos performance


On Thu, 2002-03-07 at 15:54, max rtos wrote:
> eCos has been implemented in C++, has any one done 
> some analysis on the performance (for any component)
> against equivalent c implementation? 
> And the user api is in C. That's something I don't
> feel comfortable.

Major effort was made to avoid any C++ constructs which would
add overhead, either memory (size) or speed.  We've not done
any analysis (a complete analysis would require rewriting
eCos in "C"!), but we're confident that you're not having
to "pay" for anything extra when you use eCos.


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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