Hi:
I am currently working on an embedded software with hard real time constraints. My ISR should execute every milli second. I have a working software version(standalone) which I need to optimize. If I simply enable -o2 or -o3, the software doesn't work as before. So, how do I use these optimization options in a real time system? Am I missing anything?