1. 28 Oct, 2015 1 commit
    • mbrandy's avatar
      Fix external callback logging in profiler. · 2bd5914b
      mbrandy authored
      For platforms that use function descriptors (currently AIX and
      PPC64BE), log an external callback's entrypoint address rather than
      its function descriptor address.  This allows proper lookup in the
      tick processor's symbol table.
      
      R=jkummerow@chromium.org, michael_dawson@ca.ibm.com
      BUG=
      
      Review URL: https://codereview.chromium.org/1409993006
      
      Cr-Commit-Position: refs/heads/master@{#31633}
      2bd5914b
  2. 30 Sep, 2015 1 commit
  3. 29 Sep, 2014 1 commit
  4. 03 Jun, 2014 1 commit
  5. 29 Apr, 2014 1 commit
  6. 23 Jul, 2013 1 commit
    • yurys@chromium.org's avatar
      Fix call stack sampling for the case when native callback invokes JS function · 97f8f91b
      yurys@chromium.org authored
      The SafeStackFrameIterator used by CPU profiler checked if Isolate::c_entry_fp is null and if it is not it would think that the control flow currently is in some native code. This assumption is wrong because the native code could have called a JS function but JSEntryStub would not reset c_entry_fp to NULL in that case. This CL adds a check in SafeStackFrameIterator::IsValidTop for the case when there is a JAVA_SCRIPT frame on top of EXIT frame.
      
      Also this CL changes ExternalCallbackScope behavior to provide access to the whole stack of the scope objects instead of only top one. This allowed to provide exact callback names for those EXIT frames where external callbacks are called. Without this change it was possible only for the top most native call.
      
      BUG=None
      R=loislo@chromium.org, yangguo@chromium.org
      
      Review URL: https://codereview.chromium.org/19775017
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15832 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      97f8f91b
  7. 24 Apr, 2013 1 commit
  8. 13 Jul, 2011 1 commit
  9. 06 May, 2011 1 commit
  10. 18 Mar, 2011 3 commits
  11. 07 Dec, 2010 3 commits
  12. 20 Oct, 2010 1 commit
  13. 08 Jul, 2010 1 commit
  14. 08 Apr, 2010 2 commits
  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