Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » Rapsberry PI - cpu dilemma
Re: Rapsberry PI - cpu dilemma [message #53857 is a reply to message #53848] Sat, 09 May 2020 17:25 Go to previous messageGo to previous message
Novo is currently offline  Novo
Messages: 1358
Registered: December 2006
Ultimate Contributor
amrein wrote on Sat, 09 May 2020 01:32
What I mean is: we don't need to bother because if a developer needs to (say, he wants to gain 1 ms on his embedded application for x reasons), he will find his way himself.

We don't need to do anything.

It is not just "1 ms". All these optimizations are about running code several times faster and using several times less memory.
Compiler is not a magic wand. -O3 enables almost all optimizations, but you still need to tell your compiler in the code that a particular data structure is moveable ...
The same story is with aliasing ...


Regards,
Novo
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: memcpy() and memmove() optimization
Next Topic: Optimizing DrawImage across platforms
Goto Forum:
  


Current Time: Fri May 10 22:22:37 CEST 2024

Total time taken to generate the page: 0.03022 seconds