public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Are eCos gnutools planned to be released with a more recent(>3.2.1) version of libgcc
@ 2004-04-29  8:41 etienneg
  2004-04-30 14:05 ` Gregory HEINRICH
  0 siblings, 1 reply; 2+ messages in thread
From: etienneg @ 2004-04-29  8:41 UTC (permalink / raw)
  To: ecos-discuss

Hi

I'm currently working on porting eCos on Motorola PowerPC 860
(400Mhz). I experimented problems using floats while treating an IT of
3ms period.

float's handling took me too much time, for exemple:
 conversion float -> ulonglong = 500 µs
 float x float                 =  45 µs
 float / float                 = 100 µs

in comparison with DIAB's library, these measures are incredibly long
(especially conversions to or from floats). I tried to replace most of
the float's libGCCv3.2.1 functions by float's libGCCv3.3.3 functions. 

 conversion float -> ulonglong = 17 µs
 float x float                 = 10 µs
 float / float                 = 42 µs

Thx to this modification, I do not waste time anymore :
libGCC 3.2.1 -> IT is treated in 2,5ms
libGCC 3.2.1 -> IT is treated in 1,2ms


Obviously there's a great improvement in recents versions of the GCC
library. Are eCos gnutools planned to be released with a more
recent(>3.2.1) version of libgcc?

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] Are eCos gnutools planned to be released with a more recent(>3.2.1) version of libgcc
  2004-04-29  8:41 [ECOS] Are eCos gnutools planned to be released with a more recent(>3.2.1) version of libgcc etienneg
@ 2004-04-30 14:05 ` Gregory HEINRICH
  0 siblings, 0 replies; 2+ messages in thread
From: Gregory HEINRICH @ 2004-04-30 14:05 UTC (permalink / raw)
  To: etienneg; +Cc: ecos-discuss

euh... tu connais l'existance des DSR ? ca te permet de differer le
traitement de la routine d'interruption. je sais pas si c'est ce que
tu cherchais...
tu as reçu des réponses à ta question ?

-------------------
> Hi
> 
> I'm currently working on porting eCos on Motorola PowerPC 860
> (400Mhz). I experimented problems using floats while treating an IT
of
> 3ms period.
> 
> float's handling took me too much time, for exemple:
>  conversion float -> ulonglong = 500 µs
>  float x float                 =  45 µs
>  float / float                 = 100 µs
> 
> in comparison with DIAB's library, these measures are incredibly
long
> (especially conversions to or from floats). I tried to replace most
of
> the float's libGCCv3.2.1 functions by float's libGCCv3.3.3
functions. 
> 
>  conversion float -> ulonglong = 17 µs
>  float x float                 = 10 µs
>  float / float                 = 42 µs
> 
> Thx to this modification, I do not waste time anymore :
> libGCC 3.2.1 -> IT is treated in 2,5ms
> libGCC 3.2.1 -> IT is treated in 1,2ms
> 
> 
> Obviously there's a great improvement in recents versions of the GCC
> library. Are eCos gnutools planned to be released with a more
> recent(>3.2.1) version of libgcc?
> 
> -- 
> Before posting, please read the FAQ:
http://ecos.sourceware.org/fom/ecos
> and search the list archive:
http://ecos.sourceware.org/ml/ecos-discuss
> 
> 

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-30 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-29  8:41 [ECOS] Are eCos gnutools planned to be released with a more recent(>3.2.1) version of libgcc etienneg
2004-04-30 14:05 ` Gregory HEINRICH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).