1. 04 Oct, 2016 18 commits
  2. 03 Oct, 2016 12 commits
  3. 02 Oct, 2016 5 commits
  4. 01 Oct, 2016 3 commits
  5. 30 Sep, 2016 2 commits
    • mtrofin's avatar
      [wasm] further simplification of WasmCompiledModule · 7ced1bdc
      mtrofin authored
      Calculate memory size from the available heap. This avoids
      the bugs due to some numbers being stored as objects (by-ref)
      and thus needing special handling when cloning.
      
      This leaves all the rest of the numbers as read-only.
      
      Further simplified by representing globals size as a Smi.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2381393002
      Cr-Commit-Position: refs/heads/master@{#39923}
      7ced1bdc
    • akos.palfi's avatar
      MIPS: Fix Sltu macro instruction. · cb1084a8
      akos.palfi authored
      Fixes the case when the 'imm' is in range [8000,ffff], as the specification
      says the 'imm' is sign-extended before the comparsion, so the effective range
      is [max_unsigned-7fff,max_unsigned].
      
      TEST=mjsunit/generated-transition-stub@3b8ad45e
      BUG=
      
      Review-Url: https://codereview.chromium.org/2386673002
      Cr-Commit-Position: refs/heads/master@{#39922}
      cb1084a8