1. 29 Aug, 2013 2 commits
  2. 31 Jul, 2013 1 commit
  3. 30 Jul, 2013 1 commit
  4. 26 Jul, 2013 1 commit
  5. 18 Jul, 2013 1 commit
  6. 15 Jul, 2013 1 commit
  7. 24 Jun, 2013 1 commit
  8. 03 Jun, 2013 1 commit
  9. 24 Apr, 2013 1 commit
  10. 16 Apr, 2013 1 commit
  11. 07 Mar, 2013 1 commit
  12. 28 Feb, 2013 1 commit
  13. 05 Dec, 2012 1 commit
  14. 26 Nov, 2012 1 commit
  15. 22 Nov, 2012 1 commit
  16. 21 Nov, 2012 1 commit
  17. 09 Sep, 2011 1 commit
  18. 05 Aug, 2011 1 commit
  19. 22 Jul, 2011 1 commit
  20. 13 Jul, 2011 2 commits
  21. 29 Apr, 2011 1 commit
  22. 18 Mar, 2011 3 commits
  23. 22 Feb, 2011 1 commit
    • mikhail.naganov@gmail.com's avatar
      Fix CPU profiling for Crankshaft. · 56788625
      mikhail.naganov@gmail.com authored
      The main issue was due to multiple recompilations of functions.  Now
      code objects are grouped by function using SFI object address.
      JSFunction objects are no longer tracked, instead we track SFI object
      moves. To pick a correct code version, we now sample return addresses
      instead of JSFunction addresses.
      
      tools/{linux|mac|windows}-tickprocessor scripts differentiate
      between code optimization states for the same function
      (using * and ~ prefixes introduced earlier).
      
      DevTools CPU profiler treats all variants of function code as
      a single function.
      
      ll_prof treats each optimized variant as a separate entry, because
      it can disassemble each one of them.
      
      tickprocessor.py not updated -- it is deprecated and will be removed.
      
      BUG=v8/1087,b/3178160
      TEST=all existing tests pass, including Chromium layout tests
      
      Review URL: http://codereview.chromium.org/6551011
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6902 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      56788625
  24. 07 Dec, 2010 1 commit
  25. 19 Oct, 2010 2 commits
  26. 11 Mar, 2010 1 commit
  27. 18 Feb, 2010 1 commit
  28. 11 Nov, 2009 1 commit
  29. 02 Oct, 2009 1 commit
  30. 18 Sep, 2009 2 commits
  31. 18 Jun, 2009 1 commit
  32. 15 Jun, 2009 2 commits
  33. 11 Jun, 2009 1 commit