This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

35% smaller, and 14% faster code!

There is a new 8051 C compiler in beta test that beats Keil's compiler by 35% code size, and 14% speed, on the Dhrystone benchmark. And, there is no need to select a memory model or use special keywords to control data placement.

More details here: www.htsoft.com/.../silabs8051beta

Parents
  • I think I have to agree with that. Most code either works on the first run, or reading the code is enough to see what ails it
    Try, for instance to write an interface to a FTDI vinculum and debug it by the above method, you will die before the program runs.

    there are beautiful debugging theories based on all information given is complete and correct just one comment male cow manure.

    Erik

Reply
  • I think I have to agree with that. Most code either works on the first run, or reading the code is enough to see what ails it
    Try, for instance to write an interface to a FTDI vinculum and debug it by the above method, you will die before the program runs.

    there are beautiful debugging theories based on all information given is complete and correct just one comment male cow manure.

    Erik

Children