1. 23 Mar, 2010 2 commits
  2. 08 Mar, 2010 1 commit
  3. 29 Jan, 2010 1 commit
  4. 17 Dec, 2009 1 commit
  5. 05 Nov, 2009 1 commit
  6. 12 Oct, 2009 2 commits
  7. 29 Sep, 2009 1 commit
  8. 30 Jul, 2009 1 commit
  9. 29 Jul, 2009 1 commit
  10. 04 Jun, 2009 1 commit
  11. 25 May, 2009 1 commit
  12. 15 Apr, 2009 1 commit
  13. 14 Apr, 2009 1 commit
  14. 03 Apr, 2009 1 commit
  15. 17 Mar, 2009 1 commit
  16. 16 Jan, 2009 1 commit
  17. 27 Nov, 2008 1 commit
  18. 03 Nov, 2008 1 commit
  19. 28 Oct, 2008 1 commit
  20. 11 Sep, 2008 1 commit
  21. 09 Sep, 2008 1 commit
  22. 22 Aug, 2008 1 commit
    • christian.plesner.hansen's avatar
      Included mjsunit JavaScript test suite and C++ unit tests. · c42f5829
      christian.plesner.hansen authored
      In the shell sample don't print the result of executing a script, only
      evaluating expressions.
      
      Fixed issue when building samples on Windows using a shared V8
      library.  Added visibility option on Linux build which makes the
      generated library 18% smaller.
      
      Changed build system to accept multiple build modes in one build and
      generate seperate objects, libraries and executables for each mode.
      
      Removed deferred negation optimization (a * -b => -(a * b)) since this
      visibly changes operand conversion order.
      
      Improved parsing performance by introducing stack guard in preparsing.
      Without a stack guard preparsing always bails out with stack overflow.
      
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      c42f5829
  23. 06 Aug, 2008 1 commit
    • 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
  24. 03 Jul, 2008 1 commit