1. 09 May, 2016 2 commits
    • ulan's avatar
      Introduce a new phantom weakness type without finalization callback. · a6da98d8
      ulan authored
      Handles of this type are automatically reset by the garbage collector
      when their objects are not longer reachable.
      
      The motivation is to reduce pause time of external.weak_global_handles
      phase of the garbage collector by not maintaing the list of pending
      callbacks and not calling the callbacks.
      
      Local testing on discourse page of the v8.inifinite_scroll benchmark
      shows 7x improvement for this GC phase.
      
      Before:
      external.weak_global_handles
       len: 21
       min: 0.0
       max: 4.5
       avg: 0.757142857143
      
      After:
      external.weak_global_handles
       len: 21
       min: 0.0
       max: 0.5
       avg: 0.109523809524
      
      A follow-up patch will enable the new phantom handles in Chromium.
      
      BUG=chromium:608333
      LOG=NO
      
      Review-Url: https://codereview.chromium.org/1950963002
      Cr-Commit-Position: refs/heads/master@{#36095}
      a6da98d8
    • zhengxing.li's avatar
      X87: Revert of [turbofan] Take the immediate size in account when narrowing... · 80a8c3f5
      zhengxing.li authored
      X87: Revert of [turbofan] Take the immediate size in account when narrowing ia32/x64 word comparison operators. (patchset #2 id:20001 of https://codereview.chromium.org/1948453002/ ).
      
        port 3b7ff999 (r36066)
      
        original commit message:
        Reason for revert:
        Breaks WASM; please also add tests when relanding.
      
        Original issue's description:
        > [turbofan] Take the immediate size in account when narrowing ia32/x64 word comparison operators.
        >
        > Before this patch, we would emit a cmp or test with a memory operand only if both of the operands in the IR were loads. Now if either of them is a load and the other one is an immediate, we can use a
        >
        > Committed: https://crrev.com/a0543313dbd46b0c2e72c91ee3488a7dc6db73e4
        > Cr-Commit-Position: refs/heads/master@{#36009}
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/1958863003
      Cr-Commit-Position: refs/heads/master@{#36094}
      80a8c3f5
  2. 08 May, 2016 1 commit
    • v8-autoroll's avatar
      Update V8 DEPS. · 9c6b606f
      v8-autoroll authored
      Rolling v8/build to e3d87b142123f2da73c94c276ee915c099afe909
      
      Rolling v8/tools/clang to 15dd77e3ea10e43596ec6ac07b73431135915b30
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/1961713002
      Cr-Commit-Position: refs/heads/master@{#36093}
      9c6b606f
  3. 07 May, 2016 2 commits
  4. 06 May, 2016 34 commits
  5. 05 May, 2016 1 commit
    • jyan's avatar
      S390: Add new relocation type WASM_MEMORY_SIZE_REFERENCE, use relocatable... · 79c350b3
      jyan authored
      S390: Add new relocation type WASM_MEMORY_SIZE_REFERENCE, use relocatable pointers to update wasm memory size references in generated code.
      
      port 117a56b7
      
      Original commit message:
           - Add new RelocInfo mode WASM_MEMORY_SIZE_REFERENCE in the assembler and add relocation information to immediates in compare instructions.
           - Use relocatable constants for MemSize/BoundsCheck in the wasm compiler
      
      R=gdeepti@chromium.org, joransiu@ca.ibm.com, mbrandy@us.ibm.com, bjaideep@ca.ibm.com, michael_dawson@ca.ibm.com
      BUG=
      
      Review-Url: https://codereview.chromium.org/1955593003
      Cr-Commit-Position: refs/heads/master@{#36056}
      79c350b3