• mads.s.ager@gmail.com's avatar
    Improved performance of unary addition by avoiding runtime calls. · 769cc962
    mads.s.ager@gmail.com authored
    Fixed the handling of '>' and '<=' to use right-to-left conversion and left-to-right evaluation as specified by ECMA-262.
    
    Fixed a branch elimination bug on the ARM platform where incorrect code was generated because of overly aggressive branch elimination.
    
    Improved performance of code that repeatedly assigns the same function to the same property of different objects with the same map.
    
    Untangled DEBUG and ENABLE_DISASSEMBLER defines.  The disassembler no longer expects DEBUG to be defined.
    
    Added platform-nullos.cc to serve as the basis for new platform implementations.
    
    
    git-svn-id: http://v8.googlecode.com/svn/trunk@9 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    769cc962
utils.cc 7.5 KB