1. 28 Feb, 2014 1 commit
  2. 30 Jan, 2014 1 commit
  3. 14 Jan, 2014 1 commit
  4. 02 Jan, 2014 1 commit
  5. 18 Sep, 2013 1 commit
  6. 27 Aug, 2013 1 commit
  7. 25 Jul, 2013 1 commit
  8. 16 Jul, 2013 1 commit
  9. 10 Jul, 2013 1 commit
  10. 05 Jul, 2013 1 commit
  11. 28 Jun, 2013 1 commit
  12. 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
  13. 21 May, 2013 1 commit
  14. 17 May, 2013 1 commit
  15. 14 May, 2013 1 commit
  16. 30 Apr, 2013 3 commits
  17. 19 Apr, 2013 2 commits
  18. 17 Apr, 2013 1 commit
  19. 16 Apr, 2013 1 commit
  20. 15 Apr, 2013 1 commit
  21. 11 Apr, 2013 1 commit
  22. 02 Apr, 2013 1 commit
  23. 27 Feb, 2013 1 commit
  24. 04 Feb, 2013 1 commit
    • ulan@chromium.org's avatar
      Make the arm port build cleanly with Clang. · 23ee3f28
      ulan@chromium.org authored
      This fixes the following two warnings, so that "make all" builds cleanly
      with Clang:
      
        src/arm/macro-assembler-arm.h:1410:7: error: private field
        'instructions_' is not used
              [-Werror,-Wunused-private-field]
                int instructions_;  // Number of instructions of the expected patch size.
                    ^
      
        src/arm/simulator-arm.cc:402:20: error: variable 'words' is used uninitialized whenever 'if'
              condition is false [-Werror,-Wsometimes-uninitialized]
                } else if (argc == next_arg + 1) {
                           ^~~~~~~~~~~~~~~~~~~~
        ../src/arm/simulator-arm.cc:407:21: note: uninitialized use occurs here
                end = cur + words;
                            ^~~~~
        ../src/arm/simulator-arm.cc:402:16: note: remove the 'if' if its condition is always true
                } else if (argc == next_arg + 1) {
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
      
      Review URL: https://chromiumcodereview.appspot.com/12087131
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13583 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      23ee3f28
  25. 30 Jan, 2013 1 commit
  26. 23 Jan, 2013 1 commit
  27. 07 Jan, 2013 1 commit
  28. 26 Nov, 2012 1 commit
  29. 14 Nov, 2012 1 commit
  30. 07 Nov, 2012 1 commit
  31. 05 Nov, 2012 1 commit
  32. 15 Oct, 2012 2 commits
  33. 01 Oct, 2012 1 commit
  34. 22 Aug, 2012 1 commit
    • vegorov@chromium.org's avatar
      Allow uint32 value on optimized frames if they are consumed by safe operations. · f476d4d4
      vegorov@chromium.org authored
      Safe operations are those that either do not observe unsignedness or have special support for uint32 values:
      
      - all binary bitwise operations: they perform ToInt32 on inputs;
      - >> and << shifts: they perform ToInt32 on left hand side and ToUint32 on right hand side;
      - >>> shift: it performs ToUint32 on both inputs;
      - stores to integer external arrays (not pixel, float or double ones): these stores are "bitwise";
      - HChange: special support added for conversions of uint32 values to double and tagged values;
      - HSimulate: special support added for deoptimization with uint32 values in registers and stack slots;
      - HPhi: phis that have only safe uses and only uint32 operands are uint32 themselves.
      
      BUG=v8:2097
      TEST=test/mjsunit/compiler/uint32.js
      
      Review URL: https://chromiumcodereview.appspot.com/10778029
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12367 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      f476d4d4