1. 26 Feb, 2016 1 commit
    • fmeawad's avatar
      Reland: Add Scoped Context Info (Isolate) to V8 Traces · 567e5839
      fmeawad authored
      This patch adds the newly added support for contexts in V8 Tracing, as well
      as use it to mark all the entry points for a V8 Isolate.
      
      Update for reland: The current tracing interface needs to be updated (AddTraceEvent),
      but the embedders need to migrate to the new version before removing the old version.
      (Reland of: https://codereview.chromium.org/1686233002)
      
      The revert happened because the 2 signatures of the old and new AddTraceEvent where different
      so it threw an overload-virtual error on cross arm debug. This issue is temporary, and to solve
      it, I added an implementation of the old and new everywhere until the embedder implements the new.
      
      BUG=v8:4565
      LOG=N
      
      R=jochen@chromium.org
      
      Review URL: https://codereview.chromium.org/1704253002
      
      Cr-Commit-Position: refs/heads/master@{#34332}
      567e5839
  2. 17 Feb, 2016 2 commits
  3. 05 Feb, 2016 1 commit
  4. 17 Dec, 2015 1 commit
  5. 15 Jul, 2015 1 commit
  6. 17 Jun, 2015 1 commit
  7. 09 Oct, 2014 1 commit
  8. 06 Oct, 2014 1 commit
  9. 03 Jul, 2014 2 commits
  10. 29 Apr, 2014 1 commit
  11. 21 Nov, 2013 1 commit
  12. 27 Sep, 2013 2 commits
  13. 26 Sep, 2013 1 commit
  14. 06 Aug, 2013 1 commit
  15. 26 Jul, 2012 1 commit
  16. 10 Mar, 2011 1 commit
  17. 07 Dec, 2010 3 commits
  18. 20 Oct, 2010 1 commit
  19. 08 Jul, 2010 1 commit
  20. 08 Apr, 2010 2 commits
  21. 04 Feb, 2010 1 commit
  22. 27 May, 2009 1 commit
  23. 31 Mar, 2009 3 commits
  24. 27 Mar, 2009 1 commit
  25. 16 Jan, 2009 1 commit
  26. 14 Jan, 2009 1 commit
  27. 26 Sep, 2008 1 commit
  28. 09 Sep, 2008 1 commit
  29. 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
  30. 03 Jul, 2008 1 commit