1. 20 Aug, 2014 1 commit
  2. 13 Aug, 2014 1 commit
  3. 12 Aug, 2014 1 commit
  4. 11 Aug, 2014 4 commits
  5. 04 Aug, 2014 1 commit
  6. 31 Jul, 2014 1 commit
  7. 07 Jul, 2014 1 commit
  8. 30 Jun, 2014 1 commit
  9. 20 Jun, 2014 1 commit
  10. 03 Jun, 2014 2 commits
  11. 27 May, 2014 2 commits
  12. 26 May, 2014 2 commits
  13. 09 May, 2014 1 commit
  14. 29 Apr, 2014 1 commit
  15. 28 Feb, 2014 1 commit
  16. 20 Feb, 2014 1 commit
  17. 31 Jan, 2014 1 commit
  18. 14 Jan, 2014 1 commit
  19. 22 Nov, 2013 1 commit
  20. 27 Sep, 2013 1 commit
  21. 27 Aug, 2013 1 commit
  22. 28 Jun, 2013 1 commit
  23. 13 Jun, 2013 3 commits
    • yurys@chromium.org's avatar
      Notify CPU profiler when calling native getters · c4224f09
      yurys@chromium.org authored
      This change modifies code produced by BaseLoadStubCompiler::GenerateLoadCallback so that instead of calling AccessorGetter direcly it calls InvokeAccessorGetter which changes VM state and calls the actual callback. This way CPU profiler knows which external callback is being executed in this case. Indirect call happens only if CpuProfiler::is_profiling() is true.
      
      This is exactly same change as r15116 with a build fix for test-api.cc
      
      BUG=244580
      TBR=danno@chromium.org
      
      Review URL: https://codereview.chromium.org/16858013
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15135 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      c4224f09
    • yurys@chromium.org's avatar
      Revert "Notify CPU profiler when calling native getters" · 24ec0171
      yurys@chromium.org authored
      This reverts commit f323d984a73bab345c4eab5c1907552ccfa7ccaa.
      
      Broke compilation on the bots with an error that doesn't occur locally:
      
        CXX(target) /mnt/data/b/build/slave/v8-linux-debug/build/v8/out/Debug/obj.target/cctest/test/cctest/test-bignum-dtoa.o
      ../test/cctest/test-api.cc: In function ‘void FastReturnValueCallback(const v8::FunctionCallbackInfo<v8::Value>&) [with T = int]’:
      ../test/cctest/test-api.cc:1129: error: insufficient contextual information to determine type
      ../test/cctest/test-api.cc: In function ‘void FastReturnValueCallback(const v8::FunctionCallbackInfo<v8::Value>&) [with T = unsigned int]’:
      ../test/cctest/test-api.cc:1136: error: insufficient contextual information to determine type
      ../test/cctest/test-api.cc: In function ‘void FastReturnValueCallback(const v8::FunctionCallbackInfo<v8::Value>&) [with T = double]’:
      ../test/cctest/test-api.cc:1143: error: insufficient contextual information to determine type
      ../test/cctest/test-api.cc: In function ‘void FastReturnValueCallback(const v8::FunctionCallbackInfo<v8::Value>&) [with T = bool]’:
      ../test/cctest/test-api.cc:1150: error: insufficient contextual information to determine type
      ../test/cctest/test-api.cc: In function ‘void FastReturnValueCallback(const v8::FunctionCallbackInfo<v8::Value>&) [with T = void]’:
      ../test/cctest/test-api.cc:1157: error: insufficient contextual information to determine type
        CXX(target) /mnt/data/b/build/slave/v8-linux-debug/build/v8/out/Debug/obj.target/cctest/test/cctest/test-circular-queue.o
      
      BUG=None
      TBR=svenpanne@chromium.org
      
      Review URL: https://codereview.chromium.org/16838013
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15117 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      24ec0171
    • yurys@chromium.org's avatar
      Notify CPU profiler when calling native getters · 1a3c3cee
      yurys@chromium.org authored
      This change modifies code produced by BaseLoadStubCompiler::GenerateLoadCallback so that instead of calling AccessorGetter direcly it calls InvokeAccessorGetter which changes VM state and calls the actual callback. This way CPU profiler knows which external callback is being executed in this case.
      
      BUG=244580
      R=dcarney@chromium.org, loislo@chromium.org, svenpanne@chromium.org
      
      Review URL: https://codereview.chromium.org/16286016
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15116 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      1a3c3cee
  24. 10 Jun, 2013 1 commit
  25. 25 May, 2013 1 commit
  26. 21 May, 2013 1 commit
  27. 15 May, 2013 1 commit
  28. 19 Apr, 2013 1 commit
  29. 16 Apr, 2013 1 commit
  30. 12 Apr, 2013 2 commits
  31. 02 Apr, 2013 1 commit