1. 17 Feb, 2014 1 commit
  2. 18 Dec, 2013 1 commit
  3. 16 Dec, 2013 1 commit
  4. 22 Nov, 2013 1 commit
  5. 21 Nov, 2013 2 commits
  6. 15 Nov, 2013 1 commit
  7. 11 Nov, 2013 1 commit
  8. 08 Nov, 2013 1 commit
  9. 07 Nov, 2013 1 commit
  10. 05 Nov, 2013 3 commits
  11. 23 Oct, 2013 3 commits
  12. 22 Oct, 2013 1 commit
  13. 15 Oct, 2013 1 commit
  14. 14 Oct, 2013 1 commit
  15. 04 Oct, 2013 1 commit
  16. 20 Sep, 2013 1 commit
  17. 11 Sep, 2013 1 commit
  18. 03 Sep, 2013 1 commit
  19. 05 Aug, 2013 1 commit
  20. 26 Jul, 2013 1 commit
    • loislo@chromium.org's avatar
      Logger: introduce abstract interface for CodeEvent listeners. · 141ada02
      loislo@chromium.org authored
      New abstract class CodeEventListener was created.
      
      CodeEventLogger which is the base class for Jit, LowLevel
      and CodeAddressMap loggers was inherited from CodeEventListener.
      
      CodeAddressMap class was moved to serializer.cc because serializer is the only user for it. Actually it collects code names and pushes them to the standard log as SnapshotCodeNameEvent. So I extracted this code into separate function CodeNameEvent. It happens that this method works only when Serializer serializes an object. So I added direct log call there.
      
      CodeEventLogger class declaration was moved to the header
      because CodeAddressMap needs it.
      The code for the nested class CodeEventLogger::NameBuffer was left in the cc file.
      
      CpuProfiler now is inherit CodeEventListener but not used
      the loggers infrastructure yet due to the complex initialization schema. I'd like to fix that in a separate cl.
      
      BUG=none
      TEST=current test set.
      R=yangguo@chromium.org, yurys@chromium.org
      
      Review URL: https://codereview.chromium.org/19724007
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15911 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      141ada02
  21. 17 Jul, 2013 1 commit
  22. 12 Jun, 2013 2 commits
  23. 28 May, 2013 1 commit
  24. 03 May, 2013 1 commit
  25. 24 Apr, 2013 1 commit
  26. 14 Mar, 2013 1 commit
  27. 28 Feb, 2013 1 commit
  28. 27 Feb, 2013 1 commit
  29. 25 Feb, 2013 1 commit
  30. 04 Feb, 2013 1 commit
  31. 23 Jan, 2013 1 commit
  32. 18 Dec, 2012 1 commit
  33. 10 Dec, 2012 1 commit
  34. 05 Dec, 2012 1 commit