1. 15 Jun, 2016 1 commit
  2. 22 Mar, 2016 1 commit
  3. 26 Feb, 2016 1 commit
    • rmcilroy's avatar
      [Interpreter] Add support for cpu profiler logging. · cb29f9cd
      rmcilroy authored
      Adds support for cpu profiler logging to the interpreter. Modifies the
      the API to be passed AbstractCode objects instead of Code objects, and
      adds extra functions to AbstractCode which is required by log.cc and
      cpu-profiler.cc.
      
      The main change in sampler.cc is to determine if a stack frame is an
      interpreter stack frame, and if so, use the bytecode address as the pc
      for that frame. This allows sampling of bytecode functions. This
      requires adding support to SafeStackIterator to determine if a frame is
      interpreted, which we do by checking the PC against pre-stored addresses
      for the start and end of interpreter entry builtins.
      
      Also removes CodeDeleteEvents which are dead code and haven't
      been reported for some time.
      
      Still to do is tracking source positions which will be done in a
      followup CL.
      
      BUG=v8:4766
      LOG=N
      
      Review URL: https://codereview.chromium.org/1728593002
      
      Cr-Commit-Position: refs/heads/master@{#34321}
      cb29f9cd
  4. 28 Jan, 2016 2 commits
  5. 25 Nov, 2015 1 commit
  6. 18 Nov, 2015 1 commit
  7. 28 Sep, 2015 1 commit
  8. 14 Aug, 2015 1 commit
  9. 13 Aug, 2015 1 commit
  10. 01 Jun, 2015 1 commit
  11. 07 Apr, 2015 1 commit
  12. 07 Feb, 2015 1 commit
    • cdai2's avatar
      X87: Remove the dependency of Zone on Isolate · 3c56b026
      cdai2 authored
      port c7b09aac (r26252)
      
      original commit message:
      
          Along the way:
          - Thread isolate parameter explicitly through code that used to
            rely on getting it from the zone.
          - Canonicalize the parameter position of isolate and zone for
            affected code
          - Change Hydrogen New<> instruction templates to automatically
            pass isolate
      
      BUG=
      R=weiliang.lin@intel.com
      
      Review URL: https://codereview.chromium.org/903183003
      
      Cr-Commit-Position: refs/heads/master@{#26501}
      3c56b026
  13. 12 Sep, 2014 1 commit
  14. 04 Aug, 2014 1 commit
  15. 20 Jun, 2014 1 commit
  16. 18 Jun, 2014 1 commit
  17. 03 Jun, 2014 1 commit
  18. 23 May, 2014 1 commit
  19. 09 May, 2014 1 commit
  20. 29 Apr, 2014 1 commit
  21. 22 Apr, 2014 1 commit
  22. 24 Mar, 2014 1 commit
  23. 07 Feb, 2014 2 commits
  24. 11 Sep, 2013 1 commit
  25. 28 Aug, 2013 1 commit
  26. 05 Jul, 2013 1 commit
  27. 03 Jul, 2013 1 commit
  28. 28 Jun, 2013 1 commit
  29. 07 Jun, 2013 1 commit
  30. 06 Jun, 2013 1 commit
  31. 24 Apr, 2013 1 commit
  32. 13 Mar, 2013 1 commit
  33. 11 Mar, 2013 1 commit
  34. 09 Jan, 2013 2 commits
  35. 21 Nov, 2012 1 commit
  36. 14 Jun, 2012 1 commit
  37. 11 Jun, 2012 1 commit