Re: AVR compilers

From: CBFalconer (cbfalconer_at_yahoo.com)
Date: 01/11/05

  • Next message: Keith Williams: "Re: [Shameless Plug] -- Embedded Systems Conference"
    Date: Tue, 11 Jan 2005 14:31:39 GMT
    
    

    Ville Voipio wrote:
    >
    ... snip ...
    >
    > It would be nice to see comparisons between different compilers
    > with real-life applications. The unfortunate thing is that
    > the source code optimized for compiler A may be pessimized
    > for compiler B, so making such comparisons is difficult.

    However source code should be optimized for readability and
    maintainability, and optimization left to the code generator. The
    results should be quite viable for compiler comparisons.

    This does not preclude algorithmic improvement.

    -- 
    Chuck F (cbfalconer@yahoo.com) (cbfalconer@worldnet.att.net)
       Available for consulting/temporary embedded and systems.
       <http://cbfalconer.home.att.net>  USE worldnet address!
    

  • Next message: Keith Williams: "Re: [Shameless Plug] -- Embedded Systems Conference"

    Relevant Pages

    • Re: Brian Kernighan, maybe Im not worthy, maybe Im scum
      ... what experienced programmers do, ... optimization, ... Thugs" ad nauseum fits that a lot more closely than discussing compiler ... be modified outside a loop, and guessing ...
      (comp.programming)
    • long(!) Re: need help on CFLAGS in /etc/make.conf please
      ... For example, MPlayer sets this high on purpose, so GCC will actually ... and the K&R compiler would've known exactly the kind of optimization we wanted. ... >> A msg from Richard Coleman, taken together with the GCC 3.x Known Bugs ...
      (freebsd-questions)
    • Re: SETF and variable issues in Self Similar program.
      ... The way to get a compiler to optimize a tail-call ... call optimization turned on. ... It changes the semantics of the language in a big way. ... In Common Lisp it has to interact with condition handling, ...
      (comp.lang.lisp)
    • Re: Debugging and optimizations
      ... and compiler optimizations. ... Earlier in the week I was talking to a developer about optimization ... The problem is in the compiler not the source level debugging format. ... The compilers should be able to provide source level debug information ...
      (comp.programming)
    • Functions abstractly represented by objects and compilers
      ... altering the generated assembler-code for optimization. ... could easily be done by writing a compiler in a script-based language ... layers to the single layer OOP does offer? ... another problem is seperation of error-checking of source-code ...
      (comp.object)