OT: Code Optimisation Links 
Author Message
 OT: Code Optimisation Links

Hi All

Not strictly a C question, so used OT in subject.  However, I code in C,
and am interested in optimisation of C code so I posted here!

So here goes, can anyone recommend any links to articles / info on code
optimisation (for real-time apps)?
I noticed in another mail a reference to a good one by Mike Lee.  
Does anyone have a copy / link?

Pete

--
Posted via Mailgate.ORG Server - http://www.*-*-*.com/



Mon, 19 Jul 2004 19:15:21 GMT  
 OT: Code Optimisation Links


Wed, 18 Jun 1902 08:00:00 GMT  
 OT: Code Optimisation Links


Quote:
> Hi All

> Not strictly a C question, so used OT in subject.  However, I code in C,
> and am interested in optimisation of C code so I posted here!

> So here goes, can anyone recommend any links to articles / info on code
> optimisation (for real-time apps)?
> I noticed in another mail a reference to a good one by Mike Lee.
> Does anyone have a copy / link?

> Pete

> --
> Posted via Mailgate.ORG Server - http://www.Mailgate.ORG

well, i've come across Paul Hsieh's tech pages...and they seem quite good to
me. you can have a look at them yourself at:
http://www.azillionmonkeys.com/qed/optimize.html

good luck!

Sean



Mon, 19 Jul 2004 20:40:10 GMT  
 OT: Code Optimisation Links
The following article also covers C and C++ optimization techniques:

http://www.eventhelix.com/RealtimeMantra/Basics/OptimizingCAndCPPCode...

Deepa
--
www.EventHelix.com - Realtime and Embedded Software Development



Tue, 20 Jul 2004 02:48:54 GMT  
 OT: Code Optimisation Links

Quote:

> The following article also covers C and C++ optimization techniques:

> http://www.eventhelix.com/RealtimeMantra/Basics/OptimizingCAndCPPCode...

Well, actually, it seems to cover implementation-specific optimization
techniques, ones that assume your implementation does things certain ways.
Like for example, it assumes your implementation has a stack, that it
generates jump tables, etc.

It occurs to me that this sort of optimization could actually result in
_reduced_ efficiency on implementations where those assumptions aren't
true.



Fri, 23 Jul 2004 21:55:06 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Code optimisation

2. Code optimisation concerning pointers

3. optimisation de code

4. Q: optimisation of code

5. code optimisation

6. Code optimisation

7. HELP: Linking DLL without need ot .NET runtime

8. OT: HUMOR Klingon Coding Practices

9. Linux - solution of portable Unicode C++ code [OT]

10. (slightly OT): Static Code Analysis Tool (C++)

11. C coding style [survey question kinda OT]

12. OT: what's wrong with this code ?

 

 
Powered by phpBB® Forum Software