1. 22 Jan, 2018 1 commit
  2. 19 Jan, 2018 2 commits
  3. 26 Oct, 2015 1 commit
  4. 20 Oct, 2015 2 commits
  5. 07 Oct, 2015 1 commit
  6. 01 Oct, 2015 1 commit
    • machenbach's avatar
      [Swarming] Presort tests - slowest first. · 366dc811
      machenbach authored
      Swarming won't support an incremental data file. By just
      sorting the lowest hanging fruits to the beginning we
      already get a big bang for the buck (>80% of the improvement
      we get otherwise).
      
      This will require semi-regular manual updates of the
      slowest tests.
      
      BUG=chromium:535160
      LOG=n
      
      Review URL: https://codereview.chromium.org/1385443002
      
      Cr-Commit-Position: refs/heads/master@{#31061}
      366dc811
  7. 15 Sep, 2014 1 commit
  8. 12 Aug, 2014 2 commits
  9. 08 Aug, 2014 1 commit
  10. 07 Aug, 2014 1 commit
  11. 12 Feb, 2014 1 commit
  12. 24 Sep, 2013 1 commit
  13. 05 Aug, 2013 1 commit
  14. 23 Oct, 2008 1 commit
  15. 26 Sep, 2008 2 commits
  16. 09 Sep, 2008 1 commit
  17. 02 Sep, 2008 1 commit
  18. 28 Aug, 2008 1 commit
  19. 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