1. 03 Jun, 2014 1 commit
  2. 27 May, 2014 1 commit
  3. 29 Apr, 2014 1 commit
  4. 28 Apr, 2014 1 commit
  5. 12 Mar, 2014 1 commit
  6. 17 Jan, 2014 1 commit
  7. 28 Nov, 2013 1 commit
  8. 05 Jun, 2013 1 commit
  9. 23 Apr, 2013 1 commit
  10. 17 Nov, 2010 1 commit
  11. 02 Jun, 2010 1 commit
  12. 10 May, 2010 1 commit
    • erik.corry@gmail.com's avatar
      First step towards making JumpTarget work on ARM. Instead · fa7c92ea
      erik.corry@gmail.com authored
      of having a list of virtual frame pointers in the jump
      target we have one virtual frame, which is the frame that
      all have to merge to to branch to that frame.  The virtual
      frame in the JumpTarget is inside the JumpTarget, rather than
      being an allocated object that is pointed to.  Unfortunately
      this means that the JumpTarget class has to be able to see
      the size of a VirtualFrame object to compile, which in turn
      lead to a major reorganization of related .h files.  The
      actual change of functionality in this change is intended
      to be minimal (we now assert that the virtual frames match
      when using JumpTarget instead of just assuming that they do).
      Review URL: http://codereview.chromium.org/1961004
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4631 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      fa7c92ea
  13. 08 Apr, 2010 1 commit
  14. 25 Mar, 2010 1 commit
  15. 04 Feb, 2010 1 commit
  16. 27 May, 2009 1 commit
  17. 31 Mar, 2009 3 commits
  18. 27 Mar, 2009 1 commit
  19. 16 Jan, 2009 1 commit
  20. 14 Jan, 2009 1 commit
  21. 26 Sep, 2008 1 commit
  22. 09 Sep, 2008 1 commit
  23. 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
  24. 03 Jul, 2008 1 commit