Thread: C program not executing Serially

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Quote Originally Posted by Satya View Post
    Why is it so ?
    It isn't so. (EDIT: Unless you're referring to Salem's comment about single-stepping; if you have your optimization on high enough, and you have a fancy enough compiler, it might be able to determine that (a) the two lines are "independent" enough that they can be done in either order and (b) it is faster to do line two before line one.)

    Quote Originally Posted by Satya View Post
    And how shall i proceed ? Can i just neglect and proceed ? Please advise.
    What are you seeing that makes you think it is happening? Be as specific as possible. (Are you in the debugger? Are you watching LEDs being lit up by your chip?
    Last edited by tabstop; 11-11-2018 at 08:07 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. executing a program help
    By tbca in forum C++ Programming
    Replies: 21
    Last Post: 07-01-2007, 10:07 PM
  2. Executing one program from within another...
    By Raigne in forum Windows Programming
    Replies: 2
    Last Post: 01-01-2007, 09:11 PM
  3. Replies: 40
    Last Post: 09-01-2006, 12:09 AM
  4. Executing a program
    By trovoada in forum C Programming
    Replies: 15
    Last Post: 07-04-2005, 06:01 AM
  5. executing program....
    By Turek in forum Windows Programming
    Replies: 6
    Last Post: 08-01-2002, 02:13 PM

Tags for this Thread